Skip to content

Instantly share code, notes, and snippets.

@jyc
Created July 7, 2014 18:39
Show Gist options
  • Select an option

  • Save jyc/88faa2cd08c1861c85b1 to your computer and use it in GitHub Desktop.

Select an option

Save jyc/88faa2cd08c1861c85b1 to your computer and use it in GitHub Desktop.
[jonathan@jc-t430-arch jyc]$ make html
pelican /home/jonathan/blogs/jyc/content -o /home/jonathan/blogs/jyc/output -s /home/jonathan/blogs/jyc/pelicanconf.py
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 449, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 742, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 643, in resolve
raise VersionConflict(dist, req) # XXX put more info here
pkg_resources.VersionConflict: (pelican 3.4.0 (/usr/lib/python3.4/site-packages), Requirement.parse('pelican==3.3'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/pelican", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2837, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 451, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 464, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pelican==3.3
Makefile:56: recipe for target 'html' failed
make: *** [html] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment