-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
partially initialized module 'ipyvolume' has no attribute '_version' (most likely due to a circular import) #443
Comments
Same Issue: Used this conda call to create the environment on a WSL Ubuntu:
then
`--------------------------------------------------------------------------- File ~/miniconda3/envs/rapids-23.12/lib/python3.10/site-packages/ipyvolume/init.py:8 File ~/miniconda3/envs/rapids-23.12/lib/python3.10/site-packages/ipyvolume/widgets.py:30 File AttributeError: partially initialized module 'ipyvolume' has no attribute '_version' (most likely due to a circular import)` |
Import then worked, unfortunately the docs examples still do no show any plots. @T0bC, did it work for you in the end? |
I tried the same thing, but without success. I ended up using a different library. But I must admit that I'm still looking for a python library capable of displaying a 3D array of potentially 1000x1000x1000 voxels with alpha transparency. And the whole thing interactively in real time. I want to display a uCT dataset for segmentation processes without having to reduce the resolution. The software CTVox provided by the manufacturer seems to be able to do this, but unfortunately without pyhton integration. |
There you might run into hardware limitation and GPU would help a lot. Here is python CT framework with GPU support Other, general use viewer to consider can be napari I wanted zero install demos for students, so that it runs in notebooks/colabs. k3d worked for me in the end, but it is quite resource intensive, especially crashing colab NBs. |
The text was updated successfully, but these errors were encountered: