-
Notifications
You must be signed in to change notification settings - Fork 13
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
issue importing psreg #2
Comments
@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: |
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. |
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)
The text was updated successfully, but these errors were encountered: