Python Forum
install taichi python package
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install taichi python package
#4
(Jun-30-2020, 12:18 PM)CatherineKan Wrote: I cannot open the second link, do you mind explain in detail? I had downloaded the package already, but the problem is I do not know how to install, what exactly should I use to install that whl file?
Thanks so much!
You shall not download anything,make virtual environment and install with pip.
taichi Wrote:Starting April 13 2020 (v0.5.12), we release the Python package taichi instead of taichi-nightly.
Now this PyPI package includes CPU, CUDA 10, Metal and OpenGL support.
So here is a run,and virtual environment is now build into python(venv),so no need to use external virtualenv package.
I use cmder,but commands are the same in cmd.
# Make environment
G:\div_code
λ python -m venv taichi_env

# Cd in
G:\div_code
λ cd taichi_env\

# Activate environment see (taichi_env)
G:\div_code\taichi_env
λ G:\div_code\taichi_env\Scripts\activate

# Test pip,see that it point to this folder and not OS installation 
(taichi_env) G:\div_code\taichi_env
λ pip -V
pip 20.1.1 from g:\div_code\taichi_env\lib\site-packages\pip (python 3.8)

# Install
(taichi_env) G:\div_code\taichi_env
pip install taichi
Download .....

# Test 
(taichi_env) G:\div_code\taichi_env
λ python fractal.py
[Image: 4w0o39.png]
Reply


Messages In This Thread
install taichi python package - by CatherineKan - Jun-29-2020, 08:51 PM
RE: install taichi python package - by buran - Jun-29-2020, 09:12 PM
RE: install taichi python package - by CatherineKan - Jun-30-2020, 12:18 PM
RE: install taichi python package - by snippsat - Jun-30-2020, 02:12 PM
RE: install taichi python package - by buran - Jul-01-2020, 04:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to install caldwellpy package Samta282006 1 663 Dec-07-2023, 11:57 PM
Last Post: Larz60+
  How to install a download package in anaconda environment Viachan 2 1,726 Sep-29-2022, 09:20 AM
Last Post: Viachan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020