Cannot install
See original GitHub issueroot@DietPi:~/stephanie-va# python3 install.py
Setting up... Please wait...
install.py:48: DeprecationWarning: Deprecated since Python 3.4. Use importlib.util.find_spec() instead.
module_status = importlib.find_loader(module_name)
sounder module is being installed...
Traceback (most recent call last):
File "install.py", line 61, in <module>
i.set_up()
File "install.py", line 35, in set_up
install_status = self.install_module(module)
File "install.py", line 55, in install_module
status = pip.main(['install', module_name])
AttributeError: module 'pip' has no attribute 'main'
I am running this on my Raspberry Pi 1 B+
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Unable to Install Apps or Software on Windows? Here's What ...
Unable to Install Apps or Software on Windows? Here's What to Do · 1. Reboot Your Computer · 2. Check App Installer Settings...
Read more >Can't Install Anything on Windows 10: 7 Easy Expert fixes
If you can't install anything on your Windows 10 computer, terminate conflicting programs, check power options, or start critical services.
Read more >Fix problems downloading apps from the Play Store
Try the steps below if: Your downloads and app updates get stuck and won't finish. You can't download or install apps or games...
Read more >Top 6 Ways to Fix Unable to Install Programs or Software on ...
Top 6 Ways to Fix Unable to Install Programs or Software on Windows 11 · 1. Check Program Compatibility · 2. Run Installer...
Read more >Cannot install software in Windows11 - Microsoft Community
1.It may be caused by Windows Installer not running effectively, please try the following steps: 1) Enter "services" in the search box and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It still doesn’t work, but I clone it and use setup.py, and it works,thanks
I believe Stephanie only runs on python 2, that might be the problem you’re having.
I’ve gotten it you run before though so if that’s not it I can take a deeper peek for you.