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

Version Conflict between python/scipy-stack in Capreolus Installation on Compute Canada #208

Open
yilinjz opened this issue Sep 20, 2023 · 1 comment

Comments

@yilinjz
Copy link

yilinjz commented Sep 20, 2023

Hi, I'm working through the Capreolus Installation on Compute Canada and encountered a version conflict issue with python/scipy-stack.

The installation guide used python 3.7, however it seemed module load scipy-stack would force a python version switch from 3.7.9 to 3.10.2, which would then cause the subsequent pip install (such as pip install --no-index torch==1.9.0 spacy==2.2.2) to fail.

Here is a screenshot of the forced version switch:
image
and the warning I got when trying to switch back to python 3.7:
image

To proceed, I was wondering would it be possible to load a specific version of scipy-stack (if so, what version would be the best), or should we change the python version to 3.10.2 (as well as for torch/spacy)?

cc: @lintool

@andrewyates
Copy link
Member

I would go with the second option: changing to python 3.10 and then installing newer torch/spacy versions as well.

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