Closed mclmt-owo closed 8 months ago
Its built for CPUs from the last decade (post Haswell/Excavator). If that's the issue replace the x86_64_v3
in the script's download URL with x86_64_v2
, or even x86_64
, and then delete the old python folder and rerun. See here.
That fixed the issue. My Intel Xeon E5-2670 is Sandy Bridge, which is just 2 years too early to the party :)
Thanks for the heads up. v2
fixed it.
Describe the bug
Running
bash /home/collin/Downloads/qDiffusion-master/source/start.sh
downloads python3.10.12 and what I'm guessing is the wrong version of pip. I can't get a version number for the version of pip downloaded, as it simply throws aIllegal instruction (core dumped)
error. If I had to hazard a guess, I'd say the version of pip bundled with "indygreg/python-build-standalone" is for the wrong architecture.Traceback
Screenshots
N/A
System: