Do you have an M1 processor? If so, the files you copied may be for ARM processors, while the Python installation that comes with Cura is for Intel processors.
Yeah my computer has an M1 processor, I can try and re-install for the correct architecture, should it be for a particular version of Intel processor?
AFAIK, Python for macOS knows only one Intel architecture. But it is important that you use version 3.8.10.
Get the "Intel" installer, not the "Universal2" installer.
Edited by ahoebenShould 3.8 work or does it need to be 3.8.10? And can you elaborate on getting the Intel installer?
Yes, it needs to be 3.8.10.
Go to https://www.python.org/downloads/macos/
Scroll down to Python 3.8.10 - May 3, 2021
Download macOS 64-bit Intel installer
Thanks that worked!
-
1
Recommended Posts
ahoeben 1,846
Cura comes with its own Python files. You can not "import" modules that you installed on your system, only modules that are in the Python environment that comes with Cura. If you just want to use this postprocessing script for your local install of Cura, it may be possible to add the appropriate files for the Matplotlib module to the libs folder inside the folder where you installed Cura. You will have to use the Matplotlib files for Python 3.8.10.
Link to post
Share on other sites