python-eel/Eel

issue when importing eel on Python 3.8.5

Open

#400 geöffnet am 17. Okt. 2020

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (570 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.980 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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]

Contributor Guide