Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Problem importing FreeSimpleGUI into a Jupyter Notebook

オープン
#75 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
jupyter, jupyter-notebook, python
領域
desktop

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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

_

主要言語
Python
スター
867
フォーク
106
平均マージ
1分
マージ済み PR(30日)
2

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

spyoungtech/FreeSimpleGUI のほかの issue

spyoungtech/FreeSimpleGUI の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。