Hi, I am now working in miniconda environment in windows with python=3.9. I successfully finished the pip install as mentioned, but at least the program usage meets a problem:
Traceback (most recent call last):
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
ModuleNotFoundError: No module named 'spauq.core'; 'spauq' is not a package
Do you have any ideas about this?
By the way, I would like to know what exactly a reference and estimate video should be?
Thank you in advance
Hi, I am now working in miniconda environment in windows with python=3.9. I successfully finished the pip install as mentioned, but at least the program usage meets a problem:
Traceback (most recent call last):
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
File "D:\Users\012875\surroundpy-main\code\spauq.py", line 1, in
from spauq.core.metrics import spauq_eval
ModuleNotFoundError: No module named 'spauq.core'; 'spauq' is not a package
Do you have any ideas about this?
By the way, I would like to know what exactly a reference and estimate video should be?
Thank you in advance