-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update the plugin to use flow-lib==0.20.1? #28
Comments
Are you getting an error using this plugin? You shouldn't as each python plugin keeps its dependencies separate to others.. |
yea. If i'm using 0.20.1 for Github notification.
hmmm. I am using Python 3.12 and I know these plugins require specific versions of packages from Python. Do u have a solution? |
If you are getting an error please post it here so I can see what is happening. |
Here it is : Error LogFlow Launcher version: 1.16.2 OS Version: 19045.3803 IntPtr Length: 8 x64: TruePython Path: ~\apps\python\3.12.1\pythonw.exe |
That seems to be an issue with the Fllow plugin manager in some capacity. |
I don't know it was capable of that. I'll see if I can fix that on my side. EDIT: |
Error LogFlow Launcher version: 1.16.2 OS Version: 19045.3803 IntPtr Length: 8 x64: TruePython Path: ---> System.IO.InvalidDataException: ModuleNotFoundError: No module named 'cffi_backend' at Flow.Launcher.Core.Plugin.JsonRPCPlugin.ExecuteAsync(ProcessStartInfo startInfo, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPlugin.cs:line 297 I've change it to use its own Python and EDIT: |
Just to confirm - Flow has two currency conversion plugins (that I'm aware of). CurrencyPP isn't mine. Did you test with my plugin as that may not work either. |
My mistake. I meant Currency Conversion yes. I tested your plugin. it worked fine. |
As the title say:
why should it be updated to v0.20.1?
Another plugin also uses flow-lib package: Github Notification. which requests v0.20.1 and you could say it's a conflict package. I either have to use 0.14.1 for currency or 0.20.1 for Github notification
The text was updated successfully, but these errors were encountered: