JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
776 stars 63 forks source link

the new Numpy v2.0.0 break the package #510

Open mzy2240 opened 3 months ago

mzy2240 commented 3 months ago

numpy v2.0.0 was released yesterday, and it broke the pythoncall unfortunately. if calling using PythonCall with a brand new environment, numpy v2.0.0 would be automatically installed and then the error would pop up.

cjdoris commented 3 months ago

Can you please provide some code to reproduce the error you're seeing? I can start PythonCall just fine on Windows and Linux even with Numpy 2 installed.