Open mahaju opened 1 month ago
Hi, this was a school project made years ago; would really not recommend trying to use this in the wild.
Hi thanks for replying. I understood that but wanted to give it a try anyway, just to understand some concepts. Please let me know if this is an easy fix or not really worth looking into in too much detail. I usually work in Matlab not python so I'm not very familiar with it's intricate details. I was just wondering if there was anything obvious I needed to setup first to build this project.
I am trying to run this in Ubuntu 18.04.4 LTS running inside a virtual machine I have Python 3.6.9 installed At the step
install the required packages conda create -n eecs352p --file requirements.txt
I am getting an error:which looks like a list of all the files in requirements.txt, followed by
Is there anything else I need to install on this system before trying out this project?
I am mainly interested in getting the core noise reduction code to run (https://github.com/cooperbarth/jack-audio). I mainly work on Windows and I have python as well as the requirements ('numpy', 'scipy', 'librosa', 'pathlib', 'pysndfx' obtained from https://github.com/cooperbarth/jack-audio/blob/master/setup.py) installed, but that gives an error when running the code as well (something related to pysndfx, not sure exactly what).