Install and Configure python 3.8.0 for Numpy, Pandas, Matplotlib and MySql

preview_player
Показать описание
Upgrade PIP: python -m pip install --upgrade pip
Install Mysql Connector: python -m pip install mysql-connector
Install Numpy: pip install numpy
Install Pandas: pip install pandas
Install Matplotlib: python -m pip install -U matplotlib==3.2.0rc1
Рекомендации по теме
Комментарии
Автор

thank it is the 20th tutorial watched but the first that worked you've just saved my grade for my Xmas report. i sub

antoninperilleux
Автор

You're a freaking life saver. There are a billion tutorials that doesn't teach anything, the installation guide seems like it's made for people who knows the program inside out..nothing for rookies like me! Thanks!

chewycaca
Автор

For some reason I couldnt install Numpy, but downloading matplotlib automatically downloaded numpy for me
thanks dude

wavingatfat
Автор

dude u literally saved my ass. thank u soo much.

tzrunthetrap
Автор

Simple best of best (you saved my time)

phamtai
Автор

fantastic excellent crisp and clear tutorial .. Thank you so much..

anbubalan
Автор

it worked for me, thanks mate !
also if you guys want to install Scipy and Linear Algebra module ( linalg ) just type in cmd : pip install scipy and pip install LinearAlgebra

hochspannunglebensgefahr
Автор

I installed everything but still can't see pandas where Python is installed. Please help!

Schecter
Автор

Hi, Thanks for the video. I have installed these packages including pandas but i can't use it. this gives that error

** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value

may be i need to uninstall python 2.7? but why the problem is only with numpy and pandas. i use other libraries eg: selenium xlwt bs4 etc with both python3.8 and 2.7

please help if you know how to fix it.

sarmadakram
Автор

Numpy, Mysql these called names of libraries right?

NoraAlfraidi
Автор

i followed every step buuuut " Import "matplotlib.pyplot" could not be resolved from source"

juandavidriossanchez
Автор

i cant find the pandas numpy array folder to test it on IDLE

firemelon
Автор

when I write python in cmd, it appears an error, that it does not can be recognized :c

hernanfelipegarridopulgar
Автор

I am unable to install matplotlib. The error says "Could not find a version that satisfies the requirement". What to do? I have followed each step only according to this video.

areyyaaraditi