esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
422 stars 57 forks source link

[BUG] PyPI doesn't have the 2.18.0 version #85

Closed yurivict closed 1 year ago

yurivict commented 2 years ago

Here: https://pypi.org/project/pygmo/

bluescarni commented 2 years ago

Hi @yurivict

the pip package will probably be available towards the end of the month, when the core developers are back from vacations.

Atulsingh92 commented 2 years ago

Hello, need pygmo for the ESA optimize challenge. Cannot do pip install pygmo.

ERROR: Could not find a version that satisfies the requirement pygmo (from versions: none)
ERROR: No matching distribution found for pygmo
amtoine commented 2 years ago

Hi :wave: :yum: it appears there is still nothing in pypi :cry:

the only way to install pygmo I found to be working was to use conda :thinking:

darioizzo commented 1 year ago

https://github.com/esa/pygmo2/pull/117 (distutils based) is fixing this issue while a stable solution is developed. After merge wheels will be uploaded at the next release.