albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
38 stars 4 forks source link

Error of module pynguin from LSP Server after fresh install. #91

Closed DKnoto closed 6 months ago

DKnoto commented 6 months ago

Description: After installing the netbeansPython module, the LSP Server configuration shows an error in the pynguin module. Unfortunately, the error output of the LSP Sever environment shows nothing. After manually installing this module and restarting the IDE, everything is as it should be.

Steps to reproduce the behavior:

  1. Install netbeansPython;
  2. Enter into Python options;
  3. Enter into LSP Server options;
  4. Manualy install pynguin;
  5. Restart IDE;
  6. Repeat steps 2 and 3.

Expected behavior: All required modules should be installed correctly.

Screenshots: 1.First look netbeansPython-1 5-LSP-pynguin-Ac128

  1. Output log is empty netbeansPython-1 5-LSP-pynguin-Bc128

  2. Manual install netbeansPython-1 5-LSP-pynguin-Cc128

  3. After IDE restart all is ok netbeansPython-1 5-LSP-pynguin-Dc128

Desktop:

albilu commented 6 months ago

@DKnoto this is normal. I have made Pynguin optional since it has some compatibility issues with recent python versions. see https://github.com/albilu/netbeansPython/issues/70#issuecomment-1776612618

Although i agree that the error icon is a bit misleading. Should have been a warning icon. I fixed this

DKnoto commented 6 months ago

Thanks a lot for the explanation :-)