You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've cloned the github folder with
"sudo clone https://github.com/GeekFunkLabs/fluidpatcher"
on my Linux notebook, then I've installed all the dependencies, now I try to run the script fluidpatcher_gui.pyw and the terminal tells me that there is an error on line 17
"from fluidpatcher import FluidPatcher, version"
ModuleNotFoundError: No module named 'fluidpatcher'
I'm trying running the latest version of FluiPatcher on a 32bit notebook with Q4OS installed, a light version of debian.
I'm sure I'm doing something wrong, but what?
The text was updated successfully, but these errors were encountered:
Describe the bug
I've cloned the github folder with
"sudo clone https://github.com/GeekFunkLabs/fluidpatcher"
on my Linux notebook, then I've installed all the dependencies, now I try to run the script fluidpatcher_gui.pyw and the terminal tells me that there is an error on line 17
"from fluidpatcher import FluidPatcher, version"
ModuleNotFoundError: No module named 'fluidpatcher'
I'm trying running the latest version of FluiPatcher on a 32bit notebook with Q4OS installed, a light version of debian.
I'm sure I'm doing something wrong, but what?
The text was updated successfully, but these errors were encountered: