-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find config.json #1
Comments
Thanks for writing the issue , try running mkdir -p $HOME/.config/pulsemeeter. I forgot to create that directory. As for how to install the dependencies, pip already installs all python required dependencies (unless you're using python setyp.py install, then you'd have to download pygobject and setuptools with pip), for noise-suppression-for-voice and swh-plugins the instructions are on their git pages. |
Just released a new version v1.2.2, it should fix the issue without having to run mkdir |
I know this isn't exactly your fault, but I straight up can't install the swh-plugins library. I tried installing it using the master branch as well as the last released version back in 2016, and get swh/ladspa#60. And don't even get me started on all the little packages that both ladspa and noise-suppression-for-voice depended on for compiling that they didn't mention in their dependencies. Surely there's a better solution than this? Edit: What I mean by better solution is a dumbed down one. I'm coming from a CS background and enjoy resolving issues like these. I also live stream and love listening to music, but need to redirect it through a virtual input to a specific track, to get around twitch DMCA concerns. I assume there are going to be a lot more people that do the streaming part, and a lot less people that do the resolving issues part. Having something like a .deb package, where it's just a button press installation process would be the absolute ideal for me, and the rest of the community that could find some use from this tool. Edit 2: I can't be any dumber, just found this: https://github.com/theRealCarneiro/pulsemeeter/wiki/Installation |
Found another where a config should exist but doesn't:
This one is fun because even after creating the directory, and running
|
Can you check if there's a config.json in /usr/local/lib/python3.9/dist-packages/pulsemeeter? I was not able to reproduce the bug. Abou the .deb package, i'll have to read more about those because I'm not familiar with debian and ubuntu. |
There is, but it's expecting a config file in
ohhh okay, I thought I just totally missed it. Thank you for clarifying the installation instructions in that case.
You should probably mark them as optional dependencies then and specify the features that will not work on your installation page, that would be really helpful for anyone that just would like what is effectively a virtual audio cable. |
That makes sense, i didn't take into consideration the fact that it could use a different directory
Did just that |
Just pushed a new commit (2915b8d), can you please check if it works? |
Just released v1.2.3 and it has a .deb installer, plus you can now download it with pip without downloading the source |
on attempting to run pulsemeeter I get an error and traceback:
Also - instructions on how to install dependencies would be nice, as I'm pretty sure I don't even have them properly set up.
The text was updated successfully, but these errors were encountered: