[pyccuracy-dev:529] Wrong reference in 1.2.26?

0 views
Skip to first unread message

Felipe Knorr Kuhn

unread,
May 17, 2010, 10:47:36 AM5/17/10
to pycc...@googlegroups.com
Hello,

I have just downloaded Pyccuracy 1.2.26 and installed it with "sudo python setup.py install"

When I tried to run pyccuracy_console, I got this error:

Traceback (most recent call last):
  File "/usr/bin/pyccuracy_console", line 8, in <module>
    load_entry_point('Pyccuracy==1.2.26', 'console_scripts', 'pyccuracy_console')()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2180, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.5/site-packages/Pyccuracy-1.2.26-py2.5.egg/pyccuracy/pyccuracy_console.py", line 8, in <module>
    load_entry_point('Pyccuracy==1.2.25', 'console_scripts', 'pyccuracy_console')()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 270, in get_distribution
    if isinstance(dist,Requirement): dist = get_provider(dist)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 156, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 423, in find
    raise VersionConflict(dist,req)     # XXX add more info
pkg_resources.VersionConflict: (Pyccuracy 1.2.26 (/usr/lib/python2.5/site-packages/Pyccuracy-1.2.26-py2.5.egg), Requirement.parse('Pyccuracy==1.2.25'))


Looking at Pyccuracy-1.2.26/pyccuracy/pyccuracy_console.py you can see references to version 1.2.25 still.


FK

--
You received this message because you are subscribed to the Google Groups "pyccuracy" group.
To post to this group, send email to pycc...@googlegroups.com.
To unsubscribe from this group, send email to pyccuracy+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyccuracy?hl=en.

Bernardo Heynemann

unread,
May 17, 2010, 11:35:03 AM5/17/10
to pycc...@googlegroups.com
Can you try to uninstall Pyccuracy and install again?

Cheers,
Bernardo Heynemann

Felipe Knorr Kuhn

unread,
May 17, 2010, 12:19:44 PM5/17/10
to pycc...@googlegroups.com
I noticed I still had 1.0.2 installed, but I'm getting the same error even after removing all possible references to 1.0.2 and 1.2.26 and reinstalling it.

FK
Reply all
Reply to author
Forward
0 new messages