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
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??– user147847
You have to install/update some dependencies. Here is the https://github.com/deanmalmgren/textract/issues/209roadmap
– Evilmaax