Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed install #490

Closed
CPernet opened this issue Sep 6, 2024 · 5 comments
Closed

failed install #490

CPernet opened this issue Sep 6, 2024 · 5 comments

Comments

@CPernet
Copy link

CPernet commented Sep 6, 2024

hi guys,

I'm trying to install on a VM running CentOS and I got the following error

ERROR: Could not find a version that satisfies the requirement datalad-catalog (from versions: none)
ERROR: No matching distribution found for datalad-catalog

now checking the release it is CentOS Linux release 7.9.2009 (Core) from 2020-09-29.

any idea what I could do to fix that?
thx

@CPernet
Copy link
Author

CPernet commented Sep 6, 2024

PS I can also sudo on that VM

@jsheunis
Copy link
Member

jsheunis commented Sep 13, 2024

Hey @CPernet. I haven't encountered this before. are you installing from pypi? or github? what version of python is running on the system? And can you install datalad and other datalad extensions without problems? Can you share the command and some more detailed output?

@CPernet
Copy link
Author

CPernet commented Sep 13, 2024

thx @jsheunis

python -m venv my_catalog_env
source my_catalog_env/bin/activate
pip install datalad-catalog 

--> error

same when cloning from GitHub
happy to remote with you if you wanna check

@jsheunis
Copy link
Member

After meeting with @CPernet, we noted that the installed python version on the VM is 3.6.x, which is older than the minimum supported 3.7 of datalad-catalog. Also note that the minimum version will be upgraded soon, see #491. So best is to install minimum 3.9, or latest.

@CPernet
Copy link
Author

CPernet commented Sep 18, 2024

Centos7 OS fun ... by default can only operate python3.8 (or it needs to install a bunch of dependencies that it could not fetch automatically in my case). My simpler solution was to install miniconda and then bumped to python3.11 and of course, success :-) running the catalogue from my remote VM now

thx @jsheunis

@CPernet CPernet closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants