sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

simplecv entry point %r not found - import error #584

Closed Brokengeiger closed 10 years ago

Brokengeiger commented 10 years ago

this is on a work machine - so no I cannot upgrade my ubuntu or my python version (at the moment)

  1. ubuntu 11.04
  2. Python 2.7.1+
  3. sudo apt-get install python-pygame
  4. sudo apt-get install python-setuptools
  5. sudo pip install https://github.com/sightmachine/SimpleCV/zipball/develop
  6. simplecv

Traceback (most recent call last): File "/usr/local/bin/simplecv", line 9, in load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 305, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2243, in load_entry_point raise ImportError("Entry point %r not found" % ((group,name),)) ImportError: Entry point ('console_scripts', 'simplecv') not found

seems to me that an environment var or dependency was not called out. this could either be an instruction or setup bug.

Brokengeiger commented 10 years ago

Also tried downloading the zip, extracting, changing to the folder then running sudo python setup.py install same (was hoping it was a versioning issue).