i am trying to install and use on macos.
when I run setup.py i am getting the following issue
ModuleNotFoundError: No module named 'rplibs.six.moves'
no matter what i try id persists
i also tried this before the import line
import sys
sys.path.insert(0, "render_pipeline")
peoject looks very interesting and i wanted to give it a try
i am trying to install and use on macos.
when I run setup.py i am getting the following issue
ModuleNotFoundError: No module named 'rplibs.six.moves'no matter what i try id persists
i also tried this before the import line
peoject looks very interesting and i wanted to give it a try