dagrha / pypia

Configuration of Private Internet Access VPN routes for Linux
GNU General Public License v3.0
78 stars 15 forks source link

Error using pypia #28

Open samuellbeckett opened 6 years ago

samuellbeckett commented 6 years ago

Hi When I use pypia -i, I get this: Traceback (most recent call last): File "/usr/local/bin/pypia", line 7, in from pypia.pypia import main File "/usr/local/lib/python2.7/dist-packages/pypia/pypia.py", line 38, in from queue import Queue ImportError: No module named queue

Never had problem using your script in the past. Using KdE Nexus Thanks

dagrha commented 6 years ago

Hi @samuellbeckett, thanks for opening an issue. How did you install pypia? You might try uninstalling that version (pip uninstall pypia) and try instead this command: python3 -m pip install pypia or pip3 install pypia. It looks like your machine is trying to use python2.7, so I suspect that might be causing the exception. Let me know how it goes.