-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot import name 'std_data' from 'auvlib.data_tools' #93
Comments
Hi, It looks like you are doing alright, but can you import other libararies from data_tools such as xtf_data, csv_data and so on? Is std_data is the only one you cannot import or? Btw, are you using conda? |
I use conda and meet the same problem. how to solve it? |
Thank you for your answer but there are still some problems: FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Creating target: igl::embree (igl_embree) |
As we pointed out in the readme, you can ignore those errors and build and install the code.
|
Hello, have you solved your problem? I also encountered the same problem. auvlib was successfully installed, but when I tried to apply from auvlib. data _ tools to import std_data in an example, I got an error: the reference 'std_data' could not be found in ' imported module auvlib. data _ tools'. |
HI,
I am getting an error while trying to run a sample code.
ImportError: cannot import name 'std_data' from 'auvlib.data_tools' (/home/user126/Projects/auvlib/install/lib/auvlib/data_tools/init.py)
I am running Ubuntu 20.04 and I think I followed the building process correctly.
There are no errors during building apart from tinyxml2 and glfw.
When trying to run the sample code I am first adding path and then executing the sample code.
export PYTHONPATH=$PYTHONPATH:/home/user126/Projects/auvlib/install/lib
Are there any other dependencies needed or did I just missed a step while building?
Thanks!
The text was updated successfully, but these errors were encountered: