Loading

nml==v5655-de624fa4f9cd

  1. ade-desktop / # nmlc
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/nmlc", line 5, in <module>
  4.     from pkg_resources import load_entry_point
  5.   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2749, in <module>
  6.     working_set = WorkingSet._build_master()
  7.   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 444, in _build_master
  8.     ws.require(__requires__)
  9.   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 725, in require
  10.     needed = self.resolve(parse_requirements(requirements))
  11.   File "/usr/lib/python3/dist-packages/pkg_resources.py", line 628, in resolve
  12.     raise DistributionNotFound(req)
  13. pkg_resources.DistributionNotFound: nml==v5655-de624fa4f9cd
  14.  
  15.  
  16. //python image library
  17. //python-imaging
  18. //https://pillow.readthedocs.org/installation.html#linux-installation
  19. pip install wheel
  20. sudo apt-get install python-setuptools
  21. //ply-3.4
  22. python setup.py install

Comments

ade@ade-desktop ~ $ nmlc --version
0.3.1.r5242:f6a3ae1163ab from 2014-05-09 (Released as 0.3.1)
Library versions encountered:
PIL: 1.1.7
PLY: 3.4

ade • 25 Jul 2015, 13:28:33 UTC