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'm on mojave 10.14.4, and was able to install (despite an issue building the dependency cartr/qt4/[email protected]) but then when trying to run, got the following error:
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
Traceback (most recent call last):
File "/usr/local/bin/flatcam", line 13, in<module>
from FlatCAMApp import App
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/FlatCAMApp.py", line 30, in<module>
import ObjectCollection
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/ObjectCollection.py", line 9, in<module>
from FlatCAMObj import *
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/FlatCAMObj.py", line 15, in<module>
from camlib import *
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/camlib.py", line 16, in<module>
from matplotlib.figure import Figure
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/matplotlib/figure.py", line 21, in<module>
from matplotlib import backends, docstring
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/matplotlib/backends/__init__.py", line 9, in<module>
from matplotlib.backend_bases import _Backend
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/matplotlib/backend_bases.py", line 46, in<module>
from matplotlib import (
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/matplotlib/textpath.py", line 8, in<module>
from matplotlib import cbook, dviread, font_manager, rcParams
File "/usr/local/Cellar/flatcam/8.5.0/libexec/lib/python3.7/site-packages/matplotlib/font_manager.py", line 48, in<module>
from matplotlib import afm, cbook, ft2font, rcParams, get_cachedir
ImportError: numpy.core.multiarray failed to import
following instructions found on a stackoverflow post of a similar error, i did /usr/local/Cellar/flatcam/8.5.0/libexec/bin/pip install -U numpy which updated it to numpy-1.16.4.
it seems to have worked (flatcam starts successfully) but i wanted to report back to see if i could offer a PR to update the dependency or if there would be another suggested fix.
The text was updated successfully, but these errors were encountered:
And there's no build/runtime error except for the pyside1.2 build error.
I skipped the installation by choosing "ignore" in --debug option as in readme and it seems to be no problem.
Please try it!
i'm on mojave 10.14.4, and was able to install (despite an issue building the dependency cartr/qt4/[email protected]) but then when trying to run, got the following error:
following instructions found on a stackoverflow post of a similar error, i did
/usr/local/Cellar/flatcam/8.5.0/libexec/bin/pip install -U numpy
which updated it tonumpy-1.16.4
.it seems to have worked (flatcam starts successfully) but i wanted to report back to see if i could offer a PR to update the dependency or if there would be another suggested fix.
The text was updated successfully, but these errors were encountered: