Skip to content
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

Open
UestcJay opened this issue Mar 1, 2022 · 5 comments
Open

No module named 'cyfusion' #4

UestcJay opened this issue Mar 1, 2022 · 5 comments

Comments

@UestcJay
Copy link

UestcJay commented Mar 1, 2022

`(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?

@harshpaal
Copy link

@UestcJay did you figure out the solution?

@UestcJay
Copy link
Author

Then I did not use this repo...

@yinyunie
Copy link
Owner

could you try 'pip install cython'?

@wen-yuan-zhang
Copy link

You can refer to this issue :)
griegler/pyfusion#1

@YuQiao0303
Copy link

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:

export LD_LIBRARY_PATH=your_path/depth_renderer/external/pyfusion/build:$LD_LIBRARY_PATH
export PYTHONPATH=your_path/depth_renderer/external/pyfusion:$PYTHONPATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants