TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Can't create development environment from the environment file. #361

Open lauramurgatroyd opened 11 months ago

lauramurgatroyd commented 11 months ago

This is using the environment file in the repo: https://github.com/vais-ral/CILViewer/blob/master/Wrappers/Python/conda-recipe/environment.yml

Mamba gives me an error:

Could not solve for environment specs The following packages are incompatible └─ vtk >=9.0.3 is uninstallable because there are no viable options ├─ vtk [9.0.3|9.1.0] would require │ └─ lz4-c >=1.9.3,<1.9.4.0a0 , which conflicts with any installable versions previously reported; ├─ vtk [9.1.0|9.2.2|9.2.5|9.2.6] would require │ ├─ lz4-c >=1.9.3,<1.10.0a0 , which conflicts with any installable versions previously reported; │ └─ vtk-base [9.2.6 qt_py310h1234567_203|9.2.6 qt_py310h1234567_204|...|9.2.6 qt_py39h1234567_208], which requires │ └─ lz4-c >=1.9.3,<1.10.0a0 , which conflicts with any installable versions previously reported; └─ vtk 9.0.3 conflicts with any installable versions previously reported.

Conda also fails to solve

lauramurgatroyd commented 11 months ago

If I remove the requirement on VTK from the file, then it pulls me vtk 8.2.0, and works, but I wanted VTK 9!

lauramurgatroyd commented 11 months ago

We should be able to create a file for creating a development environment with the latest VTK version!

lauramurgatroyd commented 9 months ago

This file also needs 'pyyaml' adding to it