-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Description
After successful installation of the latest plugin python-RELEASE190-1.4.nbm on NetBeans 19.
I am getting an error:
SEVERE [org.openide.util.Exceptions]
java.nio.file.InvalidPathException: Illegal char <:> at index 4: INFO: Could not find files for the given pattern(s).
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:229)
at java.base/java.nio.file.Path.of(Path.java:147)
at java.base/java.nio.file.Paths.get(Paths.java:69)
[catch] at org.netbeans.modules.python.PythonUtility.lambda$getPythonExes$1(PythonUtility.java:205)
...
I don't know whether this exception is actually the main issue here. I am guessing that there are perhaps multiple problems that create a somewhat confusing situation.
Perhaps I have missed some steps in the installation?
Steps to reproduce the behavior:
I don't expect this to be reproducible on every system.
I downloaded the plugin and installed it. Then after re-start, I inspected the options.
Expected behavior
I expect that in Tools|Options|Python I see content as described on the project home page (thanks for showing the images there)
Screenshots
The tabs Python Platform, Python Package Repository and LSP Server are empty except what is shown in the image.
Desktop (please complete the following information):
- OS: Windows 7
- JDK Version 20
- Netbeans Version: 19
- Python Plugin Version: 1.4
Mandatory Logs
As attached