ProgrammingHero1 / romantic-alexa

396 stars 527 forks source link

pywhatkit not found #95

Open mIScHEIF4 opened 2 years ago

mIScHEIF4 commented 2 years ago

I am getting this issue even when I installed the pywhatkit module......Pls, help me.

"C:\Users\acer pc\anaconda3\python.exe" "C:/Users/acer pc/PycharmProjects/Maria/main.py" Traceback (most recent call last): File "C:/Users/acer pc/PycharmProjects/Maria/main.py", line 3, in import pywhatkit ModuleNotFoundError: No module named 'pywhatkit'

Process finished with exit code 1

Aryan-Aggarwal commented 2 years ago

open the terminal of your project and write pip install pywhatkit the installation will be completed then restart your ide your problem will be solved

mIScHEIF4 commented 2 years ago

It's still showing the same.

mIScHEIF4 commented 2 years ago

ERROR: Could not find a version that satisfies the requirement pywatkit (from versions: none) ERROR: No matching distribution found for pywatkit

The next Error...

N0THSA commented 2 years ago

you misspelled it

yenupuri commented 2 years ago

C:\Users\ygyan\PycharmProjects\pythonProject\venv\Scripts\python.exe C:/Users/ygyan/PycharmProjects/pythonProject/main.py Traceback (most recent call last): File "C:\Users\ygyan\PycharmProjects\pythonProject\main.py", line 3, in import pywhatkit File "C:\Users\ygyan\PycharmProjects\pythonProject\venv\lib\site-packages\pywhatkit__init.py", line 4, in from pywhatkit.mainfunctions import watch_tutorial_in_English, watch_tutorial_in_Hindi, developer_contact, showHistory, shutdown, cancelShutdown, prnt_sleeptm, check_window, sendwhatmsg, info, playonyt, image_to_ascii_art, search, help File "C:\Users\ygyan\PycharmProjects\pythonProject\venv\lib\site-packages\pywhatkit\mainfunctions.py", line 3, in import pyautogui as pg File "C:\Users\ygyan\PycharmProjects\pythonProject\venv\lib\site-packages\pyautogui\init.py", line 221, in locateOnWindow.doc = pyscreeze.locateOnWindow.doc__ AttributeError: module 'pyscreeze' has no attribute 'locateOnWindow'

Process finished with exit code 1

any solution for this