ericgibert / supersid

Cross-platform Sudden Ionospheric Disturbances (SID) monitor
MIT License
19 stars 10 forks source link

Problem with install on Windows #19

Open gasilvis opened 2 months ago

gasilvis commented 2 months ago

Running into a problem with pip install -r requirements.txt

  alsaaudio.c
  alsaaudio.c(28): fatal error C1083: Cannot open include file: 'alsa/asoundlib.h': No such file or directory
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyalsaaudio Running setup.py clean for pyalsaaudio Failed to build pyalsaaudio ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyalsaaudio)

This is win10, Anaconda python 3.8.3

Some advice on the web says I need libasound2-dev

but (base) D:\projects\SID\supersid-master>pip install libasound2-dev ERROR: Could not find a version that satisfies the requirement libasound2-dev (from versions: none) ERROR: No matching distribution found for libasound2-dev

Kinda stuck. Would love to try this version that doesn't lose all the data before a restart of the supersid.

Thanks, George

sberl commented 2 months ago

Hi George. This project hasn't been maintained for several years now, and so it is not surprising that it doesn't work any longer. Current development in this area is happening in a different project. You might want to check out https://github.com/sberl/supersid instead. It is more current. There are improved installation instructions, and people who are happy to help answer your questions.