You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I know i could just install it but i'd expect it to just work™
The text was updated successfully, but these errors were encountered: