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

Need to specify compatible version(s) of Python #90

Open
cemaccam opened this issue May 23, 2023 · 1 comment
Open

Need to specify compatible version(s) of Python #90

cemaccam opened this issue May 23, 2023 · 1 comment

Comments

@cemaccam
Copy link
Contributor

Installing dependencies via pip install -r requirements.txt fails for h5py==3.1.0, when running Python 3.10, because it has a backend dependency on numpy==1.19.3, which supports Python 3.6 - 3.9.
I recommend we specify which version of Python is recommended, or which range of versions are supported.

Setting up a Miniconda environment based on python=3.9 allows dependencies to install as per requirements.txt, although markdown==3.3.5 gives a warning that this version has been yanked due to an invalid dependency, fixed in 3.3.6 (will create separate issue for this).

@cemaccam
Copy link
Contributor Author

Seems from activate_this.py that the app expects Python 3.8.

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

1 participant