Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Problem importing FreeSimpleGUI into a Jupyter Notebook

Aperta
#75 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
jupyter, jupyter-notebook, python
Ambito
desktop

Direzione di ricerca

Start by reproducing the import from the Testing_SimpleGUI notebook in the reported miniconda environment on Windows 11. Compare the installed FreeSimpleGUI package name with the exact import FreeSimpleGui as sg statement and verify the environment used by Jupyter. Done means identifying the cause of the ModuleNotFoundError and documenting the working import or setup guidance.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

I am running Windows 11 Family 64 bits
I have installed miniconda3 and created mini-env environment
Under the Anaconda prompt I installed matplotlib, jupyter, jupyterlab and FreeSimpleGUI
conda list command includes freesimplegui 5.2.0.post1
I execute jupyter notebook and Jupyter opens the web page http://localhost:8888/tree
I create a new notebook called Testing_SimpleGUI
I create a code cell with import FreeSimpleGui as sg
The output is;

ModuleNotFoundError Traceback (most recent call last)
Cell In[3], line 1
----> 1 import FreeSimpleGui as sg

ModuleNotFoundError: No module named 'FreeSimpleGui'

I need help to find out what is wrong

_

Lingua principale
Python
Stelle
867
Fork
106
Merge medio
1m
PR unite (30g)
2

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di spyoungtech/FreeSimpleGUI

Tutte le issue di spyoungtech/FreeSimpleGUI

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.