zdhoward / aud

A tool for batch file processing, focusing on audio
MIT License
0 stars 4 forks source link

BUG:Linux: Zorin OS issues #8

Closed AndyMaq closed 4 years ago

AndyMaq commented 5 years ago

To whom it my concern,

I've tried importing aud into python3 through my terminal and received "No module named 'aud ' "

im running: 3.7 Gb intel Celeron(R) CPU N2830 @ 2.16GHz x 2 Zorin OS 12.6.4 64-bit

Help!

ARM

zdhoward commented 5 years ago

Make sure your pip packages are in your PATH. Try to install another package like numpy and try to import it. Also make sure your pip is the python3 pip3. commandline>> alias pip=pip3 commandline>> alias python=python3