Closed dummifiedme closed 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.
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?
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
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: @.***>
I am trying to install exudyn from pip but it keeps failing with an error. I was trying with
pip install 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.