python-eel/Eel

issue when importing eel on Python 3.8.5

Open

#400 建立於 2020年10月17日

在 GitHub 查看
 (12 留言) (0 反應) (0 負責人)Python (570 fork)batch import
help wanted

倉庫指標

Star
 (5,980 star)
PR 合併指標
 (30 天內沒有已合併 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]

貢獻者指南