Open robertoost opened 3 years ago
https://github.com/pyvista/pyvista/issues/534 seems to be relevant for this issue
Apparently, manually installing vtk is a solution. There's a wheel available for vtk 9.0.1, which should solve the dependency issue. However, at this time the wheel is not available for python 3.9, so I installed python 3.8.9. Then, I ran this command
pip install https://www.vtk.org/files/release/9.0/vtk-9.0.1-cp38-cp38-win_amd64.whl
After which the regular pip install pyiges
ran like it should. There might be more complicated options to install vtk for Python 3.9, but I have not explored them. And the wheel for 3.9 seems to be almost ready anyway.
Perhaps an addition to the installation instructions in the README is in order, although this might just be a very specific and temporary issue.
I'm going to try to fix this issue on the pyvista
side since we're limited to the delays for VTK wheels.
Installing this package using pip fails due to a dependency conflict between pyvista and vtk.
Full log below: