Page 1 of 1

Error when running install-anaconda-deps.sh

Posted: Wed Mar 31, 2021 8:53 am
by Mengmeng
Hello!

When I ran the file "install-anaconda-deps.sh" in ubuntu, I got the error as shown in the attached picture.

According to the error warning, I downloaded pyepr from this link: https://anaconda.org. Then I installed it successfully with the following commands:
conda install -c conda-forge pyepr
conda install -c conda-forge/label/cf202003 pyepr

Then reran "install-anaconda-deps.sh" this file, but I got the same error.

Does anyone can help with this error? Thank you in advance!

Best regards,
Mengmeng Yang.

Re: Error when running install-anaconda-deps.sh

Posted: Fri Apr 02, 2021 8:41 am
by fsteinmetz
Dear Mengmeng,
The install script was a bit outdated. Please find attached a small update :
- Now using "mamba" instead of "conda", which is more efficient for dependency solving.
- Now using the proper channel for pyepr
I will include it in the next Polymer release.
Kind regrads,
François

Re: Error when running install-anaconda-deps.sh

Posted: Fri Apr 02, 2021 8:54 am
by Mengmeng
Dear François,

Thank you very much for your reply! Now the error is solved.

Best regards,
Mengmeng.