I am trying to get videos for training and eval but I am having an issue with nvisii renderer. I am able to start the training scripts. The requirements.txt tries to install nvisii but gives the following error.
ERROR: Could not find a version that satisfies the requirement nvisii (from -r requirements.txt (line 47)) (from versions: none)
ERROR: No matching distribution found for nvisii (from -r requirements.txt (line 47))
hence when I start main_video.py I get the following error.
Traceback (most recent call last):
File "planseqlearn/main_video.py", line 25, in
from planseqlearn.nvisii_renderer.nvisii_renderer import NVISIIRenderer
ModuleNotFoundError: No module named 'planseqlearn.nvisii_renderer'
I am trying to get videos for training and eval but I am having an issue with nvisii renderer. I am able to start the training scripts. The requirements.txt tries to install nvisii but gives the following error.
ERROR: Could not find a version that satisfies the requirement nvisii (from -r requirements.txt (line 47)) (from versions: none) ERROR: No matching distribution found for nvisii (from -r requirements.txt (line 47))
hence when I start main_video.py I get the following error.
Traceback (most recent call last): File "planseqlearn/main_video.py", line 25, in
from planseqlearn.nvisii_renderer.nvisii_renderer import NVISIIRenderer
ModuleNotFoundError: No module named 'planseqlearn.nvisii_renderer'