jgerstmayr / EXUDYN

Multibody Dynamics Simulation: Rigid and flexible multibody systems
https://www.youtube.com/channel/UCsQD2bIPBXB_4J23WtqKkVw/playlists
Other
173 stars 23 forks source link

Unable to install from pip #24

Closed dummifiedme closed 2 years ago

dummifiedme commented 2 years ago

I am trying to install exudyn from pip but it keeps failing with an error. I was trying with pip install exudyn.

ERROR: Could not find a version that satisfies the requirement exudyn (from versions: none)
ERROR: No matching distribution found for exudyn

What should I do? Do I have to build it from source?

PS. I am on Manjaro Linux (ArchBased) and I prefer using python without Anaconda.

jgerstmayr commented 2 years ago

Sorry, but it seems that your linux system is not supported by pre-installed wheels (currently Ubuntu with Python 3.6 and Python 3.8; but the compiled wheels usually also work on other platforms). If you share your Python version, I will think about building further Python/linux versions in the future.

dummifiedme commented 2 years ago

Thanks for the reply. :)

I forgot to mention my system information.

OS: Manjaro Linux (Arch Linux) Python Version: 3.10.5

Installing from pip would be great and quite easy. If it's possible, please consider adding the support for the latest Python Version.

Meanwhile, I will try installing using the suggestions in #25.

EDIT: I managed to install using pip on virtualenv with python38.

Should I close the issue or is there a possibility we can upgrade to python 3.9 or 3.10?

jgerstmayr commented 2 years ago

I uploaded Python 3.9 and 3.10 manylinux wheels on pypi. It works on Ubuntu, but should also work on other linux distributions. Try again with pip install exudyn --pre

dummifiedme commented 2 years ago

Thanks, I'll check them out.

On Thu, 25 Aug, 2022, 3:02 am Johannes Gerstmayr, @.***> wrote:

I uploaded Python 3.9 and 3.10 manylinux wheels on pypi. It works on Ubuntu, but should also work on other linux distributions. Try again with pip install exudyn --pre

— Reply to this email directly, view it on GitHub https://github.com/jgerstmayr/EXUDYN/issues/24#issuecomment-1226405894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQMZMQIANK6NKWPUPBCNFYLV22IIDANCNFSM57NVQDOA . You are receiving this because you authored the thread.Message ID: @.***>