Open pjsjongsung opened 4 years ago
There is no result on your conda list
and conda info
Could you please add those?
Sorry. I'm new to this thing. I added it in the question! The vtk and fury is not in the conda list right now because as mentioned in the question, I uninstalled it and reinstalled using pip
Do you have a code as an example which reproduce that problem?
from your conda list
you are using vtk
from pypi
can you try:
conda create -n vtk-test vtk python --channel conda-forge
conda activate vtk-test
and try to run your piece of code again to see if it is working please
I think I have to add dipy and fury in the conda vtk-test environment also to test if the code works. Do you know what command I should use?
I've tried in the environment and the problem still persists.
Is this still an issue @pjsjongsung?
Issue: Hi. I am using fury library which uses vtk. I installed vtk using conda. In a fury driven window, the left mouse click action was supposed to give me the voxel values in a 3d image, but did not do anything.
Environment (
conda list
):Details about
conda
and system (conda info
):The other click and drag functions and left mouse click on a button worked. When I use vtk 8.1.2 installed from pip, the action works just fine. dipy_horizon is the function I was using, which uses fury(which uses vtk) to open a window of a brain image data. The only thing not working in the window was returning the voxel value when clicked.