Closed gareth305 closed 6 years ago
Check your pip Python version:
pip --version
pi@raspberrypi:~$ pip --version
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
Your installation directory seems to be different:
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
/usr/local/lib/python2.7/dist-packages/amazon_dash/management.py
Can you reinstall using the latest version of Amazon-dash?
I have the same error on the rpi. Reinstall with this command sudo python3 -m pip install amazon-dash
pip --version pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
@daOoZF8 have you solved the problem?
@Nekmo yes "sudo python3 -m pip" fixed the error.
The support for python 2 gives many problems in some distros. Amazon-dash 2.0 will remove support for python 2.
Regards
Description
Trying to run the script, it produces an error "ImportError: No module named subprocess32" even though it's installed.
What I Did