-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[macOS Catalina 10.15.7] Failed to install - Unsupported architecture #1842
Comments
I think the issue is related to |
Hi, Thanks for the quick reply. I got a different error when trying to install
I tried couple of things meanwhile:
Both didn't solve the issue. Given that,
I am heavily dependent on this package. Hence, looking to get some solution/workaround asap. |
@mattdeluco When I installed anaconda, it comes with python 3.8.3. Looks like this is fixed and I could install psutils in conda environment. Though installing psycogy2 is not installing from source in all the python3.x versions as mentioned in #1842 (comment), this is not related to |
I can confirm, updating the global python3, in my case to 3.8.6, solves the issue. |
It appears a solution has been provided for this, so I'm gonna close this issue. |
Platform
Bug description
Tried to install psutil using pip3 and found the following errors (pointers) to understand what the issue is:
error: Unsupported architecture
error: architecture not supported
error: unknown type name '__int32_t'; did you mean '__int128_t'?
error: command 'xcrun' failed with exit status 1
copying psutil/_psposix.py -> build/lib.macosx-10.14.6-x86_64-3.8/psutil
.Catalina is full 64 bit OS and there is no support for 32 bit. Not sure if this is the issue.
Full installation log
Test results
Please let me know if you need any other information.
The text was updated successfully, but these errors were encountered: