Open GACGAMA opened 4 years ago
I got it to work by using Python 3.6.11:
Substitute
conda create -n ledfx
to
conda create -n ledfx python=3.6
Can't make it work with python 3.7 though.
I believe the issue is with pyaudio. I fixed this problem the other day by using pipwin to install pyaudio binary files:
pip install pipwin
pipwin install pyaudio
Hello Everyone!
I'm trying to install LedFx on my windows 10 machine.
I installed the latest python, then the latest Anaconda (py 3.8), and all Visual Studio codes for pyaudio.
After trying to use pip install ledfx in my virtual env, I'm getting a lot of error codes:
Then
I've seen other people with a similar problem with other packages such as scrappy, with varied solutions.
Any ideas?