-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'cyfusion' #4
Comments
@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 :) |
As mentioned by @zParquet , the solution in griegler/pyfusion#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:
|
`(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
from external import pyfusion
File "/root/lkq/depth_renderer/external/pyfusion/init.py", line 8, in
from cyfusion import *
ModuleNotFoundError: No module named 'cyfusion'`
many thanks for your great work. I follow the install step, but can not run the code. can you give me some help?
The text was updated successfully, but these errors were encountered: