Open huckl3b3rry87 opened 5 years ago
@jvarley I have gone through your sanity check and everything is working as expected, but I still get the above error. This issue seems to be related to my other issue on the missing Curvox packages.
To "fix" that issue (on missing packages), I replaced it with the latest commit on the master branch of your package https://github.com/jvarley/curvox. I assume that this hack is why things are broken.
Can you please help me fix this? I would really appreciate it, as I have spent a lot of time trying to fix it, but there is not much I can do if there is code missing or I am using the wrong versions of things.
Thank you very much, Huck
The python file was renamed to utils.py, so it seems the fix may be just changing this line from
import curvox.pc_vox_utils
to
import curvox.utils
I am getting this error:
Is this module missing? I cannot find it
Thanks!