-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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.
- sudo apt-get install libcereal-dev libglfw3-dev libtinyxml2-dev libboost-all-dev libopencv-dev xorg-dev
- git clone https://github.com/nilsbore/auvlib.git
- git submodule update --init
- mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=../install ..
- make -j4 && make install
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!
Metadata
Metadata
Assignees
Labels
No labels