-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 install on Netbeans 21 #106
Comments
Thanks for reporting this issue, we will take a look on ASAP |
Having the same issue. Any updates? |
trying changing the version here to i'm trying this for RELEASE220 (using the snapshot artefacts found in the mavenrepo.zip attached to each build on https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/release220/ ), it builds but doesn't install (assuming sha in version mismatches, not sure yet how to build local maven snapshots artefacts from local netbeans codebase…) @albilu , happy to sponsor you if you have the DIY recipe we're after here… |
Just confirming I'm experiencing the same. Sounds like it's a similar issue to 19 + 20. Thanks for all your hard work on this plugin! |
Issue solved. Installation guide https://github.com/albilu/netbeansPython?tab=readme-ov-file#installation |
Hi, still getting the same error with 1.9.1 and netbeans 21 |
x2 |
Hi,
Netbeans 22 would not start without java 17. I updated and then got this so had to disable the Python plugin:
Warning - could not install some modules: Python - The module Code Coverage Support was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found. Python - The module Navigate To Test was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found. Python - The module Common Test Runner UI was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found.
Thanks.
From: albilu ***@***.***>
Sent: Monday, June 3, 2024 8:05 AM
To: albilu/netbeansPython ***@***.***>
Cc: lhar ***@***.***>; Author ***@***.***>
Subject: Re: [albilu/netbeansPython] Can't install on Netbeans 21 (Issue #106)
Issue solved. Installation guide https://github.com/albilu/netbeansPython?tab=readme-ov-file#installation
—
Reply to this email directly, view it on GitHub <#106 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABK5DQQVNRQI2SXLMKXSK3DZFRLVXAVCNFSM6AAAAABFQPRG3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGAZDCOBTG4> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
And when trying to activate:
Some plugins require plugin Navigate To Test to be installed.
The plugin Navigate To Test is requested in implementation version 21-b15c9b7692b2764be5a997d056e2283b72ae9131. The following plugin is affected: User Installed Plugins
Some plugins require plugin Code Coverage Support to be installed.
The plugin Code Coverage Support is requested in implementation version 21-b15c9b7692b2764be5a997d056e2283b72ae9131. The following plugin is affected: User Installed Plugins
Some plugins require plugin Common Test Runner UI to be installed.
The plugin Common Test Runner UI is requested in implementation version 21-b15c9b7692b2764be5a997d056e2283b72ae9131. The following plugin is affected: User Installed Plugins Some plugins not installed to avoid potential installation problems.
From: Just Junk ***@***.***>
Sent: Wednesday, June 12, 2024 12:41 PM
To: 'albilu/netbeansPython' ***@***.***>; 'albilu/netbeansPython' ***@***.***>
Cc: 'Author' ***@***.***>
Subject: RE: [albilu/netbeansPython] Can't install on Netbeans 21 (Issue #106)
Hi,
Netbeans 22 would not start without java 17. I updated and then got this so had to disable the Python plugin:
Warning - could not install some modules: Python - The module Code Coverage Support was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found. Python - The module Navigate To Test was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found. Python - The module Common Test Runner UI was requested in implementation version "21-b15c9b7692b2764be5a997d056e2283b72ae9131" but only "22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd" was found.
Thanks.
From: albilu ***@***.*** ***@***.***> >
Sent: Monday, June 3, 2024 8:05 AM
To: albilu/netbeansPython ***@***.*** ***@***.***> >
Cc: lhar ***@***.*** ***@***.***> >; Author ***@***.*** ***@***.***> >
Subject: Re: [albilu/netbeansPython] Can't install on Netbeans 21 (Issue #106)
Issue solved. Installation guide https://github.com/albilu/netbeansPython?tab=readme-ov-file#installation
—
Reply to this email directly, view it on GitHub <#106 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABK5DQQVNRQI2SXLMKXSK3DZFRLVXAVCNFSM6AAAAABFQPRG3CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBVGAZDCOBTG4> .
You are receiving this because you authored the thread.Message ID: ***@***.*** ***@***.***> >
|
Was reported and fixed for Netbeans 20 - now same issue on 21 - will not show on the list of available plugins and will not install the downloaded code with the following message:
Some plugins require plugin Navigate To Test to be installed.
The plugin Navigate To Test is requested in implementation version 13-00d6d969bf4d9b14e7406c9ee9cc13a61dc39655. The following plugin is affected: Python
Some plugins require plugin Code Coverage Support to be installed.
The plugin Code Coverage Support is requested in implementation version 13-00d6d969bf4d9b14e7406c9ee9cc13a61dc39655. The following plugin is affected: Python
Some plugins require plugin Common Test Runner UI to be installed.
The plugin Common Test Runner UI is requested in implementation version 13-00d6d969bf4d9b14e7406c9ee9cc13a61dc39655. The following plugin is affected: Python Some plugins not installed to avoid potential installation problems.
The text was updated successfully, but these errors were encountered: