2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
Please follow the instructions to install all the following versions.
1. Install Python 3.6
https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
#or
2. Confirm that the Python version is 3.6.x
python
#Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
3. Confirm that the Python version of pip is 3.6
pip --version
#pip 18.1 from c:usersxxxappdatalocalprogramspythonpython36libsite-packagespip (python 3.6)
4. Install pclpy 0.11.0
pip install pclpy==0.11.0
# or domestic source
pip install pclpy==0.11.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
5. Check if pclpy is installed successfully
python
>>> import pclpy