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 copied the code for the GUI in the getting started guide to Interactive1.py. I am getting the following error (With local file structure redacted):I am using Ubuntu 24.04 and Python3.12. I had to replace numpy 2.2 with numpy 2.0 to get here.
python3 Interactice1.py
Traceback (most recent call last):
File "/REDACTED/Interactice1.py", line 4, in
import fractalshades.models as fsm
File "/REDACTED/.venv/lib/python3.12/site-packages/fractalshades/models/init.py", line 2, in
from .mandelbrot_M2 import Mandelbrot, Perturbation_mandelbrot
File "/REDACTED/.venv/lib/python3.12/site-packages/fractalshades/models/mandelbrot_M2.py", line 9, in
import fractalshades.mpmath_utils.FP_loop as fsFP
File "src/fractalshades/mpmath_utils/FP_loop.pyx", line 1, in init fractalshades.mpmath_utils.FP_loop
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The text was updated successfully, but these errors were encountered:
I copied the code for the GUI in the getting started guide to Interactive1.py. I am getting the following error (With local file structure redacted):I am using Ubuntu 24.04 and Python3.12. I had to replace numpy 2.2 with numpy 2.0 to get here.
python3 Interactice1.py
Traceback (most recent call last):
File "/REDACTED/Interactice1.py", line 4, in
import fractalshades.models as fsm
File "/REDACTED/.venv/lib/python3.12/site-packages/fractalshades/models/init.py", line 2, in
from .mandelbrot_M2 import Mandelbrot, Perturbation_mandelbrot
File "/REDACTED/.venv/lib/python3.12/site-packages/fractalshades/models/mandelbrot_M2.py", line 9, in
import fractalshades.mpmath_utils.FP_loop as fsFP
File "src/fractalshades/mpmath_utils/FP_loop.pyx", line 1, in init fractalshades.mpmath_utils.FP_loop
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The text was updated successfully, but these errors were encountered: