question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

root@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:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
weathoncommented, Oct 20, 2019

It still doesn’t work, but I clone it and use setup.py, and it works,thanks

1reaction
JeremyARussellcommented, Oct 14, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found