Closed fpietrosanti closed 8 years ago
After trying to start the command with the right path (pip install -r /usr/share/globaleaks/requirements.txt), globaleaks does not yet start giving the same error:
The instructions are correct but sadly cannot apply to this really specific issue.
This issue affected a very limited set of releases and i expect not that much initiatives.
I leave here the commands and rename the ticket in order to be able to refind them:
When one gets exactly the error:
Unmet requirements:
cffi==0.8.2 [ Installed 1.3.1 ]
enum34==0.9.23 [ Installed 1.1.1 ]
the solution is to perform the following commands:
rm /usr/local/lib/python2.7/dist-packages/enum* -rf
rm /usr/local/lib/python2.7/dist-packages/cffi* -rf
pip install -r /usr/share/globalaks/backend/requirements.txt
Instruction to fix dependency error after upgrades are incorrect with the path to execute "pip install" to be invalid.
The way to fix it is to adjust the path printed by removing "backend"