Python Forum
How can I install PyGMO in Python3.8?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I install PyGMO in Python3.8?
#1
I want to use the PyGMO package (https://esa.github.io/pygmo/install.html). I use Pycharm with Python3.8, because I have never managed anything in this so called Python IDLE.

With Pycharm you can install packages via "Settings - Project Interpreter", which has always worked great so far. But with PyGmo I get the error message: "ERROR: Could not find a version that satisfies the requirement pygmo".

When I try it via Pip with the WHL file (https://pypi.org/project/pygmo/#files) I get the error message: (ERROR: pygmo-2.16.1-cp38-cp38-manylinux2010_x86_64.whl is not a supported wheel on this platform.). Where cp38 stands for the Python3.8 version I use. I also use the current Pip version 3.3.

Translated with www.DeepL.com/Translator (free version)
Reply
#2
I guess you are on Windows, while on PyPI there are wheels only for linux (note manylinux2010 platform name tag). You can follow the instructions how to compile and install from source on windows as provided in the docs.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Install Python3 & PIP3 & Django on MAC OSX topjaba 1 3,556 Dec-24-2017, 08:18 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020