Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using pypia #28

Open
samuellbeckett opened this issue Dec 9, 2017 · 1 comment
Open

Error using pypia #28

samuellbeckett opened this issue Dec 9, 2017 · 1 comment

Comments

@samuellbeckett
Copy link

samuellbeckett commented Dec 9, 2017

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

@samuellbeckett samuellbeckett changed the title Errorusing pypia Error using pypia Dec 9, 2017
@dagrha
Copy link
Owner

dagrha commented Dec 10, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants