You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update CAMP installation within STAMP CI/CD server (vmi2.stamp-project.eu), using pip to update it, but I got following error:
Complete output from command python setup.py egg_info:
error in camp setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-zGl9AM/
The worst thing is that now camp is no longer working (and the Lutece Jenkins pipeline doesn't work anymore). If I type: camp -h
I get following error:
Traceback (most recent call last):
File "/usr/local/bin/camp", line 6, in <module>
from camp.run import main
ImportError: No module named camp.run
Steps to reproduce
As root user:
After login, I went to camp project cloned a month ago: cd camp
Then I update camp repo: git pull
Then I performed installation as I did last time: pip install -e .
I tried also, after removing camp folder, to update it launching following command: pip install -U git+https://github.com/STAMP-project/camp.git@master#egg=camp
The output is quite similar:
Collecting camp from git+https://github.com/STAMP-project/camp.git@master#egg=camp
Cloning https://github.com/STAMP-project/camp.git (to revision master) to /tmp/pip-install-kG_3I6/camp
Complete output from command python setup.py egg_info:
error in camp setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-kG_3I6/camp/
Ops, I missed your comment: pip version was 19.0.3. Today I updated it and now it is at version 19.1. But the error remains the same. When I launch the command: stamp@vmi2:~/stamp-assets/camp$ sudo pip install -e .
the output is:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Obtaining file:///home/stamp/stamp-assets/camp
ERROR: Complete output from command python setup.py egg_info:
ERROR: error in camp setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /home/stamp/stamp-assets/camp/
Characteristics
Description
I tried to update CAMP installation within STAMP CI/CD server (vmi2.stamp-project.eu), using pip to update it, but I got following error:
The worst thing is that now camp is no longer working (and the Lutece Jenkins pipeline doesn't work anymore). If I type:
camp -h
I get following error:
Steps to reproduce
As root user:
cd camp
git pull
pip install -e .
I tried also, after removing camp folder, to update it launching following command:
pip install -U git+https://github.com/STAMP-project/camp.git@master#egg=camp
The output is quite similar:
Other files and URLs
Relationships
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: