-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
I can't install taichi by pip #405
Comments
Hi, could you please let me know your OS? |
I, too, have this problem. |
This is weird. Are you guys using Windows with ARM or 32bit CPUs? |
Getting the same issue on Mac 10.14.6 with python 3.6.8 and pip 20.0.2 |
@alex-shortt python3.6 on OS X is not supported. Please use Python3.7 (or contribute to #409 so that Taichi with 3.6/3.8 will be built as well.) |
Nope; x64 |
Ahhh, wait. My OS is 64-bit, but my python i s 32-bit. I suspect that's my problem. |
@Erhannis Yeah only 64-bit python is supported. |
I have the same problem on macOS 10.15.3, Python 3.8.1 $ python3 -m pip install taichi-nightly |
@bluevisor please see #409 |
me,too |
I just found that if you are on a windows platform and if you install python from windows store, it installs python 32 bit by default. You have to install python 64 bit manually and add it to your system path, then you can install taichi. |
I'm having the same problem. I'm using windows, python 3.10, and both are in 64bit. Error message shows: I couldn't upgrade pip either, which shows exception |
@jim6677 I'm having the same problem in both macos(11.6, python3.6) and window 11(python3.10) |
I am having the same problem Macos 13.2.1 python 3.6 |
I am having the same problem - MacOS Ventura 13.3.1 - Python 3.11.3 - Macbook Air M2 |
Python 3.11 will be supported at v1.6.0, for now please use a lower Python version (3.10 is ok) Please use at lease Python 3.7 for M1. |
Describe the bug
I can't install taichi by pip
Log/Screenshots
The text was updated successfully, but these errors were encountered: