Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI in getting started not running in Ubuntu 24.04 #161

Open
utesfan-100 opened this issue Dec 21, 2024 · 0 comments
Open

GUI in getting started not running in Ubuntu 24.04 #161

utesfan-100 opened this issue Dec 21, 2024 · 0 comments

Comments

@utesfan-100
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant