Closed ryanbarry closed 4 years ago
Thanks for reporting.
I updated python dependencies. 668dc46c584f6d619f8fbecd92d293c018a9b6ec
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/pyside@1.2) 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.