cdbrauer / VoxelFuse

A toolkit for processing 3D components made with mixtures of materials and multiple manufacturing processes
GNU General Public License v3.0
34 stars 8 forks source link

ModuleNotFoundError: No module named 'voxelfuse.voxel_model'; 'voxelfuse' is not a package #51

Closed jlc-backsbag closed 2 years ago

jlc-backsbag commented 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:

ModuleNotFoundError: No module named 'voxelfuse.voxel_model'; 'voxelfuse' is not a package

Running Python 3.10.4 on Ubuntu 22.04

jlc-backsbag commented 2 years ago

My bad, the name of the file I was running was voxelfuse.py