taichi-dev / difftaichi

10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
2.47k stars 260 forks source link

pip install not work? #7

Closed arsuili closed 4 years ago

arsuili commented 4 years ago

python3 -m 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

SJHNJU commented 4 years ago

I also encountered the same problem. Is there any solutions or reason so far? My python is 3.6.5

SJHNJU commented 4 years ago

I use conda to create a new python environment( python==3.7.6) and pip install work. Maybe it is the python version problem