-
Notifications
You must be signed in to change notification settings - Fork 40
Installation conflicts with numpy #74
Copy link
Copy link
Open
Description
Agentpy looks interesting! Tried to install and was immediately blocked:
$ pip install agentpy
gives
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
cylp 0.92.3 requires numpy<2.0.0,>=1.5.0, but you have numpy 2.2.6 which is incompatible.
gensim 4.3.3 requires numpy<2.0,>=1.18.5, but you have numpy 2.2.6 which is incompatible.
numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.6 which is incompatible.
So I really have to downgrade to numpy 1.xx ?
Last issue resolved was in 2022, hope this project is still live...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels