-
Notifications
You must be signed in to change notification settings - Fork 66
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
Raspberry install Failed #36
Comments
This error means that Amazon-dash is not installed. Uninstall amazon-dash using pip and reinstall it. Then paste the result here (I need to see the result of the installation process)
Also execute:
|
Your problem may be due to having several versions of Python on your system or different environments. If your "Pip3" command is associated with Python 3.4 for example, it is normal that it does not work. I can not give you a solution if I do not see in which folder Amazon-dash is installed. I want to help you but I need your help to help you. |
pi@Pibroker:~ $ sudo pip3 uninstall amazon-dash I have the same problem |
About this output:
Based on your results, you no longer have Amazon-dash installed in Python 3.5. If you can continue running amazon-dash on your system it means that you have it installed using another version of Python. About:
Please do not forget the name of the package to be installed: |
$ ./iobroker url "https://github.com/Nekmo/amazon-dash" npm ERR! path /tmp/npm-1295-f0ff4152/unpack-a6ebdef6/package.jsonnpm ERR! code ENOENT npm ERR! errno -2npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/tmp/npm-1295-f0ff4152/unpack-a6ebdef6/package.json'npm ERR! enoent ENOENT: no such file or directory, open '/tmp/npm-1295-f0ff4152/unpack-a6ebdef6/package.json' npm ERR! Please include the following file with any support request: ERROR: host.Pibroker Cannot install https://github.com/Nekmo/amazon-dash/tarball/master: 254 Tryed a couple things and now i get this... |
Please just execute:
You forgot to write the last word the last time you tried. Please copy & paste the code to avoid making typos. Npm is for Node (JS) packages. Amazon-dash is a Python package. |
Closed by inactivity. Reopen on news. |
Description
When I execute sudo python -m amazon_dash.install it fails with the text:
"/usr/bin/python: No module named amazon_dash"
"/usr/bin/python3.5: Error while finding module specification for 'amazon_dash.install' (ImportError: No module named 'amazon_dash')"
"/usr/bin/python3: Error while finding module specification for 'amazon_dash.install' (ImportError: No module named 'amazon_dash')"
What I Did
Reinstall and install with pip3 install amazon-dash
Tried which all variant of python --> "python" / "python3" / "python3.5"
The text was updated successfully, but these errors were encountered: