esa / pygmo

Contains the sphinx documentation for PyGMO. To see the actual code, please use the PaGMO repository (https://github.com/esa/pagmo) as PyGMO is the python bindings to PaGMO (c++)
GNU General Public License v3.0
48 stars 11 forks source link

Installation with pip #5

Closed bcosenza closed 5 years ago

bcosenza commented 5 years ago

Hi, I get this error message while trying to install pygmo with pip install pygmoon Windows.

Collecting pygmo

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

On the other hand, it works fine with Anaconda on Windows. I wonder whether this is due to an error in the pip package configuration.

bcosenza commented 5 years ago

Sorry, my mistake. I posted the issue here instead of pagmo2, where there is a related issue already opened.