openalea / mtg

Multiscale Tree Graph datastructure and interfaces
https://mtg.rtfd.io
Other
12 stars 17 forks source link

[Installation error] Installation error via conda for windows #22

Closed mlabadie closed 2 years ago

mlabadie commented 2 years ago

I tried to install openalea.mtg via conda on Windows. conda install -c openalea3 openalea.mtg

A package conflict message appears see : image

Not having previously installed python I installed python and tried again conda install -c conda-forge python conda install -c openalea3 openalea.mtg

I had a conflict on my python 3.10.4 version so I downgraded to 3.10.0 conda install -c conda-forge python=3.10.0 conda install -c openalea3 openalea.mtg it still didn't work image

same for python=3.9.12 conda install -c conda-forge python=3.9 conda install -c openalea3 openalea.mtg image

pradal commented 2 years ago

Please use conda install -c openalea3 -c conda-forge openalea.mtg

It normally works with python 3.7, 3.8 and 3.9