You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~\anaconda3\lib\site-packages\pywhatkit_init_.py in
27
28 if system().lower() == "windows":
---> 29 from pywhatkit.remotekit import start_server
~\anaconda3\lib\site-packages\pywhatkit\remotekit.py in
4
5 import pyautogui as p
----> 6 from flask import Flask, request
7
8 log = logging.getLogger("werkzeug")
~\anaconda3\lib\site-packages\flask_init_.py in
12 # utilities we import from Werkzeug and Jinja2 that are unused
13 # in the module but are exported as public interface.
---> 14 from jinja2 import escape
15 from jinja2 import Markup
16 from werkzeug.exceptions import abort
ImportError: cannot import name 'escape' from 'jinja2' (C:\Users\UserName\AppData\Roaming\Python\Python38\site-packages\jinja2_init_.py)
To Reproduce
Steps to Reproduce the Bug
Screenshots
After restarting Kernal
If applicable, add Screenshots to help explain your Problem
Version Information
OS: Windows 11
Browser: Microsoft Edge, Google Chrome
Python: Python 3.10.1
Jupyter notebook
PyWhatKit: 'Version 5.3 (Stable)'
You can Check the PyWhatKit Version using
print(pywhatkit.__VERSION__)
The text was updated successfully, but these errors were encountered:
Description
A Clear and Concise Description of the Bug
when try to import pywhatkit face the following error
ImportError Traceback (most recent call last)
in
----> 1 import pywhatkit
~\anaconda3\lib\site-packages\pywhatkit_init_.py in
27
28 if system().lower() == "windows":
---> 29 from pywhatkit.remotekit import start_server
~\anaconda3\lib\site-packages\pywhatkit\remotekit.py in
4
5 import pyautogui as p
----> 6 from flask import Flask, request
7
8 log = logging.getLogger("werkzeug")
~\anaconda3\lib\site-packages\flask_init_.py in
12 # utilities we import from Werkzeug and Jinja2 that are unused
13 # in the module but are exported as public interface.
---> 14 from jinja2 import escape
15 from jinja2 import Markup
16 from werkzeug.exceptions import abort
ImportError: cannot import name 'escape' from 'jinja2' (C:\Users\UserName\AppData\Roaming\Python\Python38\site-packages\jinja2_init_.py)
To Reproduce
Steps to Reproduce the Bug
Screenshots
After restarting Kernal
If applicable, add Screenshots to help explain your Problem
Version Information
You can Check the PyWhatKit Version using
The text was updated successfully, but these errors were encountered: