zf223669 / DiffmotionGG-beta

17 stars 0 forks source link

Some possible problems in operation #16

Open WuweiRE opened 1 year ago

WuweiRE commented 1 year ago

First problem:If your data set version does not match the project environment, you may receive a "keyerror". To resolve this problem, you need to demote the python version by using the command "conda install python=3.10.5" when creating the data set. And update all libraries synchronously to the appropriate version. Second problem:“ERROR: Could not find a version that satisfies the requirement rotation_tools (from versions: none) ERROR: No matching distribution found for rotation_tools” If you find this error at runtime, you will need to add the "pymo" file directory to the module search path.For example,You can solve the problem with this command “import sys sys.path.append('/home/user/project/src')”