Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Problem importing FreeSimpleGUI into a Jupyter Notebook

Abierto
#75 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
2/5
Tiempo estimado
1-3 horas
Aptitud para principiantes
25/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
jupyter, jupyter-notebook, python
Área
desktop

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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

_

Lenguaje dominante
Python
Estrellas
867
Forks
106
Merge medio
1 min
PR fusionados (30 d)
2

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de spyoungtech/FreeSimpleGUI

Todos los issues de spyoungtech/FreeSimpleGUI

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.