depth_renderer
depth_renderer copied to clipboard
No module named 'cyfusion'
`(renderer) root@VGG-V100-LZ-2:~/lkq/depth_renderer# python depth_fusion.py
Traceback (most recent call last):
File "depth_fusion.py", line 9, in
File "/root/lkq/depth_renderer/external/pyfusion/init.py", line 8, in
@UestcJay did you figure out the solution?
Then I did not use this repo...
could you try 'pip install cython'?
You can refer to this issue :) https://github.com/griegler/pyfusion/issues/1
As mentioned by @zParquet , the solution in https://github.com/griegler/pyfusion/issues/1 actually works for me.
Though there's an error saying "No module named 'cyfusion', I actually have a 'cyfusion.cpython-36m-x86_64-linux-gnu.so' under ./external/pyfusion. The solution is to make sure your device can find it, by running the following command:
export LD_LIBRARY_PATH=your_path/depth_renderer/external/pyfusion/build:$LD_LIBRARY_PATH
export PYTHONPATH=your_path/depth_renderer/external/pyfusion:$PYTHONPATH