Error when running install-anaconda-deps.sh

Post Reply
Mengmeng
Posts: 38
Joined: Fri Mar 19, 2021 12:10 am
company / institution: Taishan University
Location: Taian, Shandong, China

Error when running install-anaconda-deps.sh

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
fsteinmetz
Site Admin
Posts: 306
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

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

Post 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
You do not have the required permissions to view the files attached to this post.
Mengmeng
Posts: 38
Joined: Fri Mar 19, 2021 12:10 am
company / institution: Taishan University
Location: Taian, Shandong, China

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

Post by Mengmeng »

Dear François,

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

Best regards,
Mengmeng.
Post Reply