Page 1 of 1

Trying to install python script of opensim 4.4

Posted: Wed Apr 19, 2023 8:24 pm
by abhiraj
I'm trying to install opensim 4.4 on python 3.8 (tried on 3.6 and 3.7 as well), using the conda command mentioned here :
https://anaconda.org/opensim-org/opensim

I tried many times but whenever I try to run this command, downloading of opensim 4.4 always remains at 0% in anaconda prompt terminal, it doesn't move forward, so I'm not able to download it. Could somebody please let me know what might be the problem. Rest all packages seem to install perfectly except for opensim.

Re: Trying to install python script of opensim 4.4

Posted: Wed Apr 19, 2023 8:29 pm
by abhiraj
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/opensim-org/ ... 20.tar.bz2>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.

This is the error I get after some time.

Re: Trying to install python script of opensim 4.4

Posted: Wed Apr 19, 2023 8:59 pm
by aymanh
Hello,

You can go to the url https://anaconda.org/opensim-org/opensim/files, download the file you need then install from the local/downloaded file.

Please let us know if that doesn't work for you,
-Ayman

Re: Trying to install python script of opensim 4.4

Posted: Wed Apr 19, 2023 9:37 pm
by abhiraj
This fixed the issue. Thanks!