Open sunit1409 opened 5 years ago
@felja633 can you please help.
I haven't encountered this problem. Was math_utils built successfully and does the folder src/math_utils/build extist?
Yes it does exist. It built successfully. How have you install pybind11, I have used conda for installation. installing pybind11 with pip has some issues.
I used: conda install -c conda-forge pybind11
It seems like there is some path-issue. Maybe try to create a new fresh conda environment and install everything from there
ok , I will update after I do a fresh installation. btw thanks
Please note that the installations were carried out by executing the shell script , in a conda environment.
traceback (most recent call last): File "reg_demo.py", line 6, in
from src import psreg
File "/home/dl/DARE/src/psreg.py", line 11, in
from .math_utils.build import math_utils
ImportError: cannot import name 'math_utils' from 'src.math_utils.build' (unknown location)