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

pkg_resources.DistributionNotFound: cssselect #74

Closed
ozdemircili opened this issue Jan 3, 2014 · 3 comments
Closed

pkg_resources.DistributionNotFound: cssselect #74

ozdemircili opened this issue Jan 3, 2014 · 3 comments

Comments

@ozdemircili
Copy link

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

@gleitz
Copy link
Owner

gleitz commented Jan 4, 2014

Did you have any issues during installation?

What version of cssselect do you have installed? You can show it like this:

$ pip show cssselect
---
Name: cssselect
Version: 0.9.1
Location: /usr/local/lib/python2.7/site-packages
Requires: 

If cssselect isn't there you might want to try installing with pip install cssselect.

@abessifi
Copy link

abessifi commented Jan 4, 2014

You have to install python2.7-dev and python-lxml packages.

@gleitz
Copy link
Owner

gleitz commented Jan 4, 2014

Good call. I'm going to mark this closed - let me know if you have any other issues.

@gleitz gleitz closed this as completed Jan 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants