Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Cannot import name 'std_data' from 'auvlib.data_tools'  #93

@MichalMotylinski

Description

@MichalMotylinski

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.

  1. sudo apt-get install libcereal-dev libglfw3-dev libtinyxml2-dev libboost-all-dev libopencv-dev xorg-dev
  2. git clone https://github.com/nilsbore/auvlib.git
  3. git submodule update --init
  4. mkdir build && cd build
  5. cmake -DCMAKE_INSTALL_PREFIX=../install ..
  6. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions