You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the GeoPandas library which in turn uses NumPy but when I upload it to the server I get an error message. I've tried a few approaches but without success. Can anyone help me how to get around this?
Error message:
/site-packages/geopandas/geoseries.py:8: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode.
[Mon Aug 12 08:23:44.378265 2024] [wsgi:error] [pid 3774222:tid 140048613742336] Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve.
[Mon Aug 12 08:23:44.378274 2024] [wsgi:error] [pid 3774222:tid 140048613742336] import numpy as np
Additional information:
No response
The text was updated successfully, but these errors were encountered:
We don't support subinterpreters and currently do not plan to do so. My understanding is that doing so would require a substantial rewrite of significant portions of the low-level C code in NumPy to update our Python extension types from static types to heap types.
Steps to reproduce:
I use the GeoPandas library which in turn uses NumPy but when I upload it to the server I get an error message. I've tried a few approaches but without success. Can anyone help me how to get around this?
Error message:
Additional information:
No response
The text was updated successfully, but these errors were encountered: