panoptes / panoptes-pipeline

PANOPTES Data Processing Pipeline
MIT License
9 stars 8 forks source link

panoptes-pipeline installation failure #91

Open phillippro opened 2 years ago

phillippro commented 2 years ago

I am installing panoptes-pipeline but always failed. My computer is mac, python 3.7. The installation stops at python3.7/site-packages/setuptools/_distutils/core.py : “_setup_distribution = dist = klass(attrs)“. I found the value of “script_args” parameter is empty, and caused “AttributeError: ‘Configuration’ object has no attribute ‘parentdir_prefix_version’ “. I can install POCS, panoptes-data and -utils successfully. I do not know why I can not install pipeline (https://github.com/panoptes/panoptes-pipeline). I also tried

  1. pip install panoptes-pipeline (no use)
  2. python setup.py install, or python setup.py develop. (Fail)
  3. pip install panoptes-pipeline (fail) Any solutions?