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

Python version can not be passed to installer #15

Open
DStrelak opened this issue Jul 7, 2020 · 3 comments
Open

Python version can not be passed to installer #15

DStrelak opened this issue Jul 7, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@DStrelak
Copy link
Contributor

DStrelak commented Jul 7, 2020

When running installscipion -conda -dev ~/git/scipion3 -httpsClone -j 8 -n scipion3 -sciBranch devel -xmippBranch devel, the python version for the new environment cannot be set. In my case, 3.8.3 has been installed (probably because my base python version is 3.8.2), which is not compatible with e.g. opencv package, and it cannot be changed afterwards due to number of conflicts.

@azazellochg
Copy link
Member

conda will install latest python 3 that it supports. It has nothing to do with system python.

@pconesa pconesa added the enhancement New feature or request label Jul 16, 2020
@pconesa
Copy link
Contributor

pconesa commented Nov 11, 2020

we need to limit this to at least python 3.8 with 3.9 I've seen it crash.

@pconesa
Copy link
Contributor

pconesa commented Nov 13, 2020

in conda envs, it is now forced to 3.8

@pconesa pconesa self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants