Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip doesn't seem to pick up the luckydonald-utils dependency #55

Closed
dequis opened this issue Nov 26, 2015 · 4 comments
Closed

pip doesn't seem to pick up the luckydonald-utils dependency #55

dequis opened this issue Nov 26, 2015 · 4 comments

Comments

@dequis
Copy link

dequis commented Nov 26, 2015

I know i could just install it but i'd expect it to just work™

$ sudo pip install pytg
[sudo] password for dx:
Collecting pytg
  Downloading pytg-0.4.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/tmp/pip-build-73hkqbzs/pytg/setup.py", line 8, in <module>
        from pytg import VERSION
      File "/tmp/pip-build-73hkqbzs/pytg/pytg/__init__.py", line 9, in <module>
        from luckydonaldUtils.encoding import to_unicode as u
    ImportError: No module named 'luckydonaldUtils'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-73hkqbzs/pytg
$ pip --version
pip 7.1.2 from /usr/lib/python3.5/site-packages (python 3.5)
$ pip list | grep setuptools
setuptools (18.5)
@luckydonald
Copy link
Owner

Quick solution, until I got the dependencies in correct order:
pip install luckydonald-utils

@luckydonald
Copy link
Owner

should be fixed in v0.4.3 now.

@dequis
Copy link
Author

dequis commented Dec 1, 2015

Successfully installed DictObject-0.1.2 luckydonald-utils-0.33 pytg-0.4.4

Looks good now. Thanks!

@dequis dequis closed this as completed Dec 1, 2015
@luckydonald
Copy link
Owner

Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants