Happy-Algorithms-League / hal-cgp

Cartesian genetic programming (CGP) in pure Python.
GNU General Public License v3.0
28 stars 10 forks source link

Pip install hal-cgp doesnot work #379

Closed Mujtaba1986 closed 1 year ago

Mujtaba1986 commented 1 year ago

Hi, I have windows 11 and python 3.11 When I try to install using pip, it gives me an error at the Preparing metadata (pyproject.toml). See the error below

"Collecting hal-cgp Using cached hal_cgp-0.3.0-py3-none-any.whl (46 kB) Collecting numpy~=1.18.3 (from hal-cgp) Using cached numpy-1.18.5.zip (5.4 MB) Installing build dependencies ... done Getting requirements to build wheel ... done error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (pyproject.toml) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details."

How to solve this ? I think this is an issue with python version ?

Mujtaba1986 commented 1 year ago

This library does not supoort python 3.11 or 3.10... It is although working with 3.8.0