Trying to install python script of opensim 4.4

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
abhiraj singh
Posts: 3
Joined: Wed Apr 19, 2023 6:22 pm

Trying to install python script of opensim 4.4

Post by abhiraj singh » Wed Apr 19, 2023 8:24 pm

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.

Tags:

User avatar
abhiraj singh
Posts: 3
Joined: Wed Apr 19, 2023 6:22 pm

Re: Trying to install python script of opensim 4.4

Post by abhiraj singh » Wed Apr 19, 2023 8:29 pm

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.

User avatar
Ayman Habib
Posts: 2236
Joined: Fri Apr 01, 2005 12:24 pm

Re: Trying to install python script of opensim 4.4

Post by Ayman Habib » Wed Apr 19, 2023 8:59 pm

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

User avatar
abhiraj singh
Posts: 3
Joined: Wed Apr 19, 2023 6:22 pm

Re: Trying to install python script of opensim 4.4

Post by abhiraj singh » Wed Apr 19, 2023 9:37 pm

This fixed the issue. Thanks!

POST REPLY