简体   繁体   中英

How to install vtkplotter with Python 3.8.5?

I have Python 3.8.5

How can I install the package vtkplotter with this Python version?

Thanks a lot!

It appears that vtkplotter has migrated to vedo ( Link to GitHub repo with installation instructions). Maybe you are better off using vedo for newer Python versions.

you can install it by conda

To install this package with conda run one of the following:

     conda install -c conda-forge vtkplotter
     conda install -c conda-forge/label/cf202003 vtkplotter

Use pip or conda or whatever to install your package.

If you find that a certain version of Python is not compatible with a specific version of a library, you can make a virtualenvironment with a specific python version that is compatible with the package, activate the virtual environment, and then install your package.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM