Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install syntax
#1
Hi All,

i am new to python , need help in installing pyautogui

From juypter notebook i coded pip install pyatuogui its working but in python terminal its not working.
Also let me know which editor can i use for coding

Thanks
Reply
#2
Are you using a virtual environment?

Check you pip list using:

pip list
packages installed in Jupyter are likely stored in a different place to your global packages. Check using the above command if not install it again in cmd?

Goodluck
Reply
#3
FYI use command in command window, not interactive python script:
pip install pyautogui
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  invalid syntax when trying install package Omer_ 1 2,406 Jul-28-2020, 03:51 PM
Last Post: buran
  I get this when trying to install a module - SyntaxError: invalid syntax ? ejected 2 3,346 Mar-25-2019, 07:53 PM
Last Post: ejected

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020