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 would like to run OSF.io for connecting and test some services (S3 compatible storage/cloud service, etc)
(It means I don't develop OSF.io itself yet.)
Problem.
I'm following Docker and OS Setup steps.
When I execute docker-compose up requirements mfr_requirements wb_requirements gv_requirements in 24.04.3 tag (84bc6c5), mfr_requirements exit with status code 1.
The problem seems to be a mismatch of Python versions between the docker-compose.yml and quay.io/centerforopenscience/mfr:develop images.
(Please see error.txt)
mfr_requirements-1 | Running setup.py bdist_wheel for waterbutler ... done
mfr_requirements-1 | Stored in directory: /tmp/pip-ephem-wheel-cache-f662xak6/wheels/f5/07/45/e5cb9895e6ea16ae2a5c9a32d078229a3e9709f9ea38fdfcc2
mfr_requirements-1 | Successfully built waterbutler
mfr_requirements-1 | Installing collected packages: waterbutler
mfr_requirements-1 | Found existing installation: waterbutler 0.38.6
mfr_requirements-1 | Uninstalling waterbutler-0.38.6:
mfr_requirements-1 | Successfully uninstalled waterbutler-0.38.6
mfr_requirements-1 | Successfully installed waterbutler-0.38.6
mfr_requirements-1 | You are using pip version 18.1, however version 21.3.1 is available.
mfr_requirements-1 | You should consider upgrading via the 'pip install --upgrade pip' command.
mfr_requirements-1 | Listing '/usr/local/lib/python3.5'...
mfr_requirements-1 | Can't list '/usr/local/lib/python3.5'
mfr_requirements-1 | cp: cannot stat '/usr/local/lib/python3.5': No such file or directory
mfr_requirements-1 exited with code 1
Questions
What branch/tag should I use to test OSF.io? (not develop, I want to use the stable version)? Is the 24.04.3 stable tag?
Can I get the stable docker-compose.yml file? (Not development tag, stable tag, or specific hash ID)
Hello, team. I'm new to this project.
Overview
I would like to run OSF.io for connecting and test some services (S3 compatible storage/cloud service, etc)
(It means I don't develop OSF.io itself yet.)
Problem.
I'm following Docker and OS Setup steps.
When I execute
docker-compose up requirements mfr_requirements wb_requirements gv_requirements
in 24.04.3 tag (84bc6c5),mfr_requirements
exit with status code 1.The problem seems to be a mismatch of Python versions between the
docker-compose.yml
andquay.io/centerforopenscience/mfr:develop
images.(Please see error.txt)
Questions
24.04.3
stable tag?docker-compose.yml
file? (Not development tag, stable tag, or specific hash ID)Environment
24.04.3
tag)The text was updated successfully, but these errors were encountered: