S
S
Stepan Sidorov2020-10-22 19:18:09
Python
Stepan Sidorov, 2020-10-22 19:18:09

How to install a module for Python on ubutnu _bz2?

Hello.
Recently moved from CentOS to ubuntu.
And there I met a problem. I'm trying to use the librosa module and it requires _bz2 on the system.
I already installed it via apt-get: sudo apt-get install libbz2-dev
5f91b0584f9a5539336087.png

But it's still not visible and not imported.
5f91b0a753a6b339428645.png

I would be happy to help, thanks!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Yuriev, 2020-10-22
@always-prog

Apparently - you collected a python from source codes.
Install from the repositories and don't worry.
If this option is not for you, then rebuild the python after installing the libbz2-dev package , the command will see the libbz2configure header files and configure the build with its support

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question