-
Notifications
You must be signed in to change notification settings - Fork 176
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
Windows: no python engine found #5080
Comments
This probably broken Python engine for me on Linux. Plugins are no longer loading, and clicking Plugins menu shows nothing. Console:
This is a regression from recent beta. v1.194.0.0 release is not affected. |
I changed default value of “pylib__linux”. Old value crashed on Arch Linux. Pls set explicit value, ok? |
use the menu item "Plugins / Python engine was not found; find it..." |
This issue is causing the Plugins menu to not work for me, so I cant fix this way. |
I cannot repro the EMPTY plugins menu... Then try the 1st method: quote:
|
Thanks, this fixed it for me. But since this was never an issue until yesterday, I suggest to think in a fix in Cuda side to not affect other Linux users. |
And the returning of the plugins also made the Plugins menu to work again. |
I found why we miss now the 'find python library' menu item, fixed it. thanks for note. |
Is 'find python library' the only menu item under Plugins menu when python is not recognized? Because as I said, without recognized python the Plugins menu doesn't open at all, clicking it shows nothing. |
yes. But not on Win+macOS. |
In the 'minimap scroll' isssue - you can get last beta which must have the menuitem. |
@pintassilgo Confirm that the menu item 'find python lib' appeared and works (when you rename option "pylib__linux"). |
New beta must detect 'usr/lib64' if it exists. |
No change from this build, still suggesting |
What if you enter in terminal |
|
Ok. what is the final value of "pylib__linux"? |
There are many possibilities /usr/lib64/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.so I'm using And honestly I don't believe users should need to worry about this. Until yesterday it was working fine without any user interference, never needed to know about this |
Someday my Python will update to 3.11 and I shouldn't care, but this day Cuda will start using the not-the-most-recent version (3.10) because since yesterday it's requiring user to manually set the path... |
I had changed the default of 'pylib' because user told me he sees the crash with the OLD default value, on ArchLunux. |
New beta must detect your python better: |
Thanks, now it looks fixed. Removed |
Note: autodetection of 'pylib' operates with file system, and fixed value in user.json is faster. |
So maybe cache the value? |
The user.json is the 'cache' here.. |
If that's the best way, Cuda should write in the file after the autodetection. |
The last build you gave is gtk2, I can't use it due to #5003, could you please give me the Qt5 one? |
Beta |
The text was updated successfully, but these errors were encountered: