[PyQt] Error with installation of pyqtdeploy
Charlie Gentil
ceg at redaction-developpez.com
Tue Apr 15 09:18:00 BST 2014
Hi,
There is an error with installation of pyqtdeploy 0.2 if pyqtdeploy 0.1 was
installed.
For any error, I must:
- run : pip uninstall pyqtdeploy
- delete : /usr/bin/pyqtdeploy
-run : pip install pyqtdeploy
Here, the error :
*/[charlie at charlie ~]$ pyqtdeploy/*
*/Traceback (most recent call last):/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in
_build_master/*
*/ ws.require(__requires__)/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in
require/*
*/ needed = self.resolve(parse_requirements(requirements))/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 632, in
resolve/*
*/ raise VersionConflict(dist,req) # XXX put more info here/*
*/pkg_resources.VersionConflict: (pyqtdeploy 0.2 (/usr/lib/python3.4/site-
packages), Requirement.parse('pyqtdeploy==0.1'))/*
*/During handling of the above exception, another exception occurred:/*
*/Traceback (most recent call last):/*
*/ File "/usr/bin/pyqtdeploy", line 5, in <module>/*
*/ from pkg_resources import load_entry_point/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in
<module>/*
*/ working_set = WorkingSet._build_master()/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 446, in
_build_master/*
*/ return cls._build_from_requirements(__requires__)/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 459, in
_build_from_requirements/*
*/ dists = ws.resolve(reqs, Environment())/*
*/ File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in
resolve/*
*/ raise DistributionNotFound(req)/*
*/pkg_resources.DistributionNotFound: pyqtdeploy==0.1/*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140415/e833f7ea/attachment.html>
More information about the PyQt
mailing list