python-eel/Eel

issue when importing eel on Python 3.8.5

Open

#400 opened on 2020年10月17日

GitHub で見る
 (12 comments) (0 reactions) (0 assignees)Python (570 forks)batch import
help wanted

Repository metrics

Stars
 (5,980 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Describe the problem I install last version of eel. write few line of code and start project. cant import eel. I have issue with importing eel. I have Python3.8.5 version on my Windows PC.

text from my CMD import eel ModuleNotFoundError: No module named 'eel'

there is my code import eel import pyowm

city = "Batumi, Georgia"

owm = pyowm.OWM("b74a1f6f227b9d3e307f8eeef5f776c4") mgr = owm.weather_manager()

observation = mgr.weather_at_place(city) w = observation.weather

temp = w.temperature("celsius")["temp"]

print("In " + city + "right now is " + stp(temp) + "temperature")

Code snippet(s) image image

  • I know that if I don't provide sample code that allows someone to quickly step into my shoes, I may not get the help I want or my issue may be closed.
import eel

...
<html>
   ...
</html>

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

コントリビューターガイド