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
Im getting the following error after install with pip install howdoi on Fedora release 14 (Laughlin) i686 python 2.7
[ozdemircili@localhost ~]$ howdoi
Traceback (most recent call last):
File "/usr/bin/howdoi", line 5, in
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2707, in
working_set.require(requires)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: cssselect
The text was updated successfully, but these errors were encountered:
Im getting the following error after install with pip install howdoi on Fedora release 14 (Laughlin) i686 python 2.7
[ozdemircili@localhost ~]$ howdoi
Traceback (most recent call last):
File "/usr/bin/howdoi", line 5, in
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2707, in
working_set.require(requires)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: cssselect
The text was updated successfully, but these errors were encountered: