Closed jlc-backsbag closed 2 years ago
Installing via pip3 install voxelfuse and importing the package import voxelfuse as vf as in the installation instructions leads to the following error:
pip3 install voxelfuse
import voxelfuse as vf
ModuleNotFoundError: No module named 'voxelfuse.voxel_model'; 'voxelfuse' is not a package
Running Python 3.10.4 on Ubuntu 22.04
My bad, the name of the file I was running was voxelfuse.py
voxelfuse.py
Installing via
pip3 install voxelfuse
and importing the packageimport voxelfuse as vf
as in the installation instructions leads to the following error:ModuleNotFoundError: No module named 'voxelfuse.voxel_model'; 'voxelfuse' is not a package
Running Python 3.10.4 on Ubuntu 22.04