hello!Could you upload the configuration of your environment?
if you use anaconda, you can use this command:
conda activate yourenvconda list --export > package-list.txt
Thank you very much!!!!
(I encounter a problem that ask me to downgrade my python version to 3.6~3.7, because matplotlib=3.1.0 is incompatible with python3.9)
hello!Could you upload the configuration of your environment? if you use anaconda, you can use this command:
conda activate yourenv
conda list --export > package-list.txt
Thank you very much!!!! (I encounter a problem that ask me to downgrade my python version to 3.6~3.7, because matplotlib=3.1.0 is incompatible with python3.9)