taichi: I can't install taichi by pip
Describe the bug I can’t install taichi by pip
Log/Screenshots
C:\Users\work>pip install taichi-nightly
ERROR: Could not find a version that satisfies the requirement taichi-nightly (from versions: none)
ERROR: No matching distribution found for taichi-nightly
C:\Users\work>pip3 install -i https://pypi.org/project/ taichi-nightly
Looking in indexes: https://pypi.org/project/
ERROR: Could not find a version that satisfies the requirement taichi-nightly (from versions: none)
ERROR: No matching distribution found for taichi-nightly
C:\Users\work>pip3 install -i https://pypi.org/project/ taichi-nightly==0.3.9
Looking in indexes: https://pypi.org/project/
ERROR: Could not find a version that satisfies the requirement taichi-nightly==0.3.9 (from versions: none)
ERROR: No matching distribution found for taichi-nightly==0.3.9
C:\Users\work>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple taichi-nightly
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement taichi-nightly (from versions: none)
ERROR: No matching distribution found for taichi-nightly
C:\Users\work>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple taichi-nightly==0.3.9
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement taichi-nightly==0.3.9 (from versions: none)
ERROR: No matching distribution found for taichi-nightly==0.3.9
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (6 by maintainers)
@alex-shortt python3.6 on OS X is not supported. Please use Python3.7 (or contribute to https://github.com/taichi-dev/taichi/issues/409 so that Taichi with 3.6/3.8 will be built as well.)
Ahhh, wait. My OS is 64-bit, but my python i s 32-bit. I suspect that’s my problem.