Install problems - help needed #75
Unanswered
crashmeister
asked this question in
Q&A
Replies: 2 comments 6 replies
-
This is probably because a previous installation of the plugin was done before you make 3.10 the default. To reinstall with 3.10:
If this doesnt work.
For information the plugin support Netbeans 13 and later not 11 as per Requirements section |
Beta Was this translation helpful? Give feedback.
0 replies
-
When the Python plugin is uninstalled, NB loses the python settings tab, hence all knowledge of python versions. It is therefor not possible to set the version. On re-install of python plugin, only version 3.7.3 is present.
On IDE restart, the following exception occurred:
org.netbeans.modules.python.PythonCustomException: Error while installing dependencies!
at org.netbeans.modules.python.Installer.lambda$restored$0(Installer.java:32)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1419)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2034)
Craig
< Nothing is foolproof to a sufficiently talented fool >
… On Oct 26, 2023, at 12:23, albilu ***@***.***> wrote:
Why python 3.7.3 and not 3.10 which is the default in NB ?
This is probably because a previous installation of the plugin was done before you make 3.10 the default. To reinstall with 3.10:
Make sure 3.10 is Default in Netbeans Python Options panel
Make sure Auto Update LSP Server on startup is checked
Restart Netbeans
If this doesnt work.
Delete /Users/Craid/..../Netbeans/19/.pythonlsp
Uninstall the Python Plugin
Install again
For information the plugin support Netbeans 13 and later not 11 as per Requirements section
—
Reply to this email directly, view it on GitHub <#75 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AN3N5B4A6JG7Q5RPNAEWZILYBKE6ZAVCNFSM6AAAAAA6PYETG6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGOJUHEYDC>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install this python plugin on NB 11 under MacOS Ventura 13.6.
I have Python V3.10 and 3.12 available. Would prefer 3.12 if possible.
When the plugin tries to install I get:
When I look at the settings in NB, for the Lsp Server I see this:

Why python 3.7.3 and not 3.10 which is the default in NB ?
Any ideas on how to get this all properly installed and working would be most welcome.
Thanks,
Craig
Beta Was this translation helpful? Give feedback.
All reactions