-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
In OSX, with python 3.6 and pip 9.0.1, it failed to automatically install the urwid dependency.
sudo pip3 install sen
Password:
executing pip with sudo, you may want sudo's -H flag.
Collecting sen
Downloading sen-0.5.1-py3-none-any.whl (53kB)
100% |████████████████████████████████| 61kB 658kB/s
Collecting urwidtrees (from sen)
Downloading urwidtrees-1.0.1.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-build-14um8ooa/urwidtrees/setup.py", line 4, in <module>
import urwidtrees.version as v
File "/private/tmp/pip-build-14um8ooa/urwidtrees/urwidtrees/__init__.py", line 6, in <module>
from .decoration import DecoratedTree, CollapsibleTree
File "/private/tmp/pip-build-14um8ooa/urwidtrees/urwidtrees/decoration.py", line 4, in <module>
import urwid
ModuleNotFoundError: No module named 'urwid'
After manually installing urwid, it worked fine
Metadata
Metadata
Assignees
Labels
No labels