Python Forum
error while executing pip install mysqlclient
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error while executing pip install mysqlclient
#4
You try to install to 3.6,your first post show that you have 3.7.
Type python in cmd.
Do you see this have 32-bit Python.
Python 3.7.0 [MSC v.1914 32 bit (Intel)]
pip install mysqlclient‑1.3.13‑cp37‑cp37m‑win32.whl
See this have 64-bit Python
Python 3.7.0 [MSC v.1900 64 bit (AMD64)]
pip install mysqlclient‑1.3.13‑cp37‑cp37m‑win_amd64.whl
Also wheel(.whl) file have to be in folder you run from C:\Users\smitp\Projects\distancelearning.
Reply


Messages In This Thread
RE: error while executing pip install mysqlclient - by snippsat - Dec-08-2018, 02:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot install mysqlclient Anu 6 11,910 Dec-27-2019, 09:00 AM
Last Post: LeanbridgeTech
  Error while executing makemessages command sonic911 2 3,712 Jan-08-2018, 10:09 AM
Last Post: sonic911
  Scrapy install error with pip Darknet 5 7,001 Jan-08-2017, 10:56 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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