JPLMLIA / pdsc

Planetary Data System Coincidences
https://jplmlia.github.io/pdsc/
Other
3 stars 2 forks source link

PDSC scripts broken on buffalo #8

Closed garydoranjr closed 4 years ago

garydoranjr commented 4 years ago

Attempting to run the PDSC scripts on buffalo gives the following error:

Traceback (most recent call last):
  File "/proj/COSMIC/virtualenvs/cosmic/bin/pdsc_ingest", line 4, in <module>
    __import__('pkg_resources').run_script('pdsc==1.0', 'pdsc_ingest')
  File "/proj/COSMIC/virtualenvs/cosmic/lib/python2.7/site-packages/pkg_resources/__init__.py", line 750, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/proj/COSMIC/virtualenvs/cosmic/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1518, in run_script
    .format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/pdsc_ingest' not found in metadata at '/proj/COSMIC/virtualenvs/cosmic/lib/python2.7/site-packages/pdsc-1.0-py2.7.egg-info'

Do you think this could be related to a change in setuptools or the setup.py file?