Installing libraries from the linux terminal

Asked

Viewed 274 times

0

Good afternoon, I’m trying to install a new library in python 3 by linux but I’m not getting it because every time I do pip install alguma_coisa he installs the library in python 2.7 and I intended q were in python 3 someone can give me a help?

P.S.: I use debian

1 answer

1


The versions are even separate and install in one will not install in another.

To install specifically for Python 3 just use pip3 install alguma coisa

  • I tried to install the textract library that worked perfectly in python 2 but when I try to install it in python3 it error and does not install it gives the following error:Failed building wheel for pocketsphinx Know how to help me??

  • You have to install/update some dependencies. Here is the https://github.com/deanmalmgren/textract/issues/209roadmap

Browser other questions tagged

You are not signed in. Login or sign up in order to post.