kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

import setuptools ImportError: No module named setuptools #151

Closed damienwolf07 closed 3 years ago

damienwolf07 commented 3 years ago
import setuptools

ImportError: No module named setuptools

kpreid commented 3 years ago

Apparently your Python doesn't have setuptools already installed, so you will need to install it.

If you are on Linux, look for a package for it in your distro's package manager. Otherwise, see https://packaging.python.org/tutorials/installing-packages/ for some advice on how to get setuptools installed.

damienwolf07 commented 3 years ago

Windows 8.1 (For Testing Files From GitHub), Windows 10 (Main Server For Website)

damienwolf07 commented 3 years ago

I am a newbie on this... I am tired of getting errors this week. Please help me.

kpreid commented 3 years ago

I'm sorry, I don't have any information about Python setuptools on Windows. Please consult the link I provided. Perhaps someone else will have recommendations too.

damienwolf07 commented 3 years ago

Ok, Thank You

On Sat, Mar 6, 2021 at 11:23 Kevin Reid notifications@github.com wrote:

I'm sorry, I don't have any information about Python setuptools on Windows. Please consult the link I provided. Perhaps someone else will have recommendations too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kpreid/shinysdr/issues/151#issuecomment-791981656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARY5IUL567WFA6DGGDPRHIDTCJJHZANCNFSM4YWD7HPQ .

-- Owen Hurst