Python Forum
Python and installing extras
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python and installing extras
#2
(Mar-20-2019, 10:13 AM)Ecniv Wrote: But when I try to install the Flask-mysqldb / client / mysql, it always errors on the install and doesnt work.
For Flask always use Flask-SQLAlchemy,it's updated an kind of standard for Flask database support.
Quote:I dont know if its because I installed python to the c:\python instead of a default program files path, or if the installation is missing something else that is required (perhaps a variable in windows?).
Look at this Python 3.6/3.7 and pip installation under Windows
Do a test of pip as shown there,if not work as shown follow installation.
The will eg pip install Flask-SQLAlchemy work.
Reply


Messages In This Thread
Python and installing extras - by Ecniv - Mar-20-2019, 10:13 AM
RE: Python and installing extras - by snippsat - Mar-20-2019, 03:42 PM
RE: Python and installing extras - by Ecniv - Mar-20-2019, 04:30 PM

Forum Jump:

User Panel Messages

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