You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
[NA] Could not reproduce inside jupyter qtconsole (if console-related)
Tried basic troubleshooting (if a bug/error)
Restarted Spyder
Reset preferences with spyder --reset
Reinstalled the latest version of Miniforge
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Unable to successfully install or develop plugin for 6.0.3 Spyder for Windows (through Miniforge). I am trying to develop a simple plugin for Spyder before branching out into more complex functionalities, but I am unable to even get a simple "Hello World" plugin to appear in the View -> Panes or even the Dependencies drop down. It appears as an entrypoint for spyder plugins, lists as installed through miniforge, and even can be imported in the Ipython console, yet it does not appear in the application interface itself.
Setup directory (see attachment) as follows within C:\Users%USERNAME%\miniforge3\envs\spyder-env\Library\plugins
spyder-helloworld/
├── setup.py
├── helloworld_plugin/
├── init.py
└── plugin.py
5. With active spyder environment in miniforge prompt navigate to spyder_helloworld folder
6. Install using pip install -e .
7. start Spyder in environment with spyder
What is the expected output? What do you see instead?
Expected output is to have a pane available under view -> panes menu tab. It is not present.
Expected to have it populated under Spyder plugins under Help -> Dependencies. Not present either.
Using spyder --debug does not do anything. Expected it to start Spyder with debugging.
It is listed under pip list in the IPython Console
Python 3.12.8 | packaged by conda-forge | (main, Dec 5 2024, 14:06:27) [MSC v.1942 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 8.31.0 -- An enhanced Interactive Python. Type '?' for help.
Paste Traceback/Error Below (if applicable)
No logs from Spyder Internal Console
PASTE TRACEBACK HERE
Versions
Spyder version: 6.0.3 (conda)
Python version: 3.12.8 64-bit
Qt version: 5.15.8
PyQt5 version: 5.15.9
Operating System: Windows-10-10.0.19045-SP0
Dependencies
Expected to see spyder-helloworld under Spyder plugins.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Unable to successfully install or develop plugin for 6.0.3 Spyder for Windows (through Miniforge). I am trying to develop a simple plugin for Spyder before branching out into more complex functionalities, but I am unable to even get a simple "Hello World" plugin to appear in the View -> Panes or even the Dependencies drop down. It appears as an entrypoint for spyder plugins, lists as installed through miniforge, and even can be imported in the Ipython console, yet it does not appear in the application interface itself.
What steps reproduce the problem?
spyder-helloworld/
├── setup.py
├── helloworld_plugin/
├── init.py
└── plugin.py
5. With active spyder environment in miniforge prompt navigate to spyder_helloworld folder
6. Install using
pip install -e .
7. start Spyder in environment with
spyder
What is the expected output? What do you see instead?
Expected output is to have a pane available under view -> panes menu tab. It is not present.
Expected to have it populated under Spyder plugins under Help -> Dependencies. Not present either.
Using
spyder --debug
does not do anything. Expected it to start Spyder with debugging.It is listed under
pip list
in the IPython ConsolePaste Traceback/Error Below (if applicable)
No logs from Spyder Internal Console
Versions
Dependencies
Expected to see spyder-helloworld under Spyder plugins.
helloworld_plugin.zip
The text was updated successfully, but these errors were encountered: