mmskeleton
mmskeleton copied to clipboard
ImportError: cannot import name 'import_class'
ImportError: cannot import name 'import_class'
cd torchlight; python setup.py install; cd ..
According to your order, you cannot still import files.
Hey @MarsTT did you resolved that issue?
If you use conda to run st-gcn/mmskeleton in an isolated environment, you need to activate the environment in the terminal source activate environmentname
before cd torchlight; python setup.py install; cd ..
or the customized torchlight will be installed to your global/base environment instead of the isolated one.
@vjayd @MarsTT @syy19920919
Thanks for the response, I manually copied torchlight folder in the main repo and did some tweaking/ renaming stuffs to work.
Hi @vjayd I've tried to copy the torchlight folder in the main repo with no success. Can you please explain how you did it and the tweaking/renaming ?
I meet this error. But it success after cd torchlight; python setup.py install; cd ..