Start with yfinance python package in Visual Studio Code

preview_player
Показать описание
Install yfinance python package in Visual Studio Code
--------------------------------------------------------------------------------------

Prerequisite:

pip: is a package-management system used to install and manage software packages.

Make sure pip exe path is added in system environment variable path.

In Visual Studio Code:

1. Open New Terminal (Ctrl + Shift + `)
2. For install yfinance package, execute the commend 'pip install yfinance'
2. For uninstall yfinance package, execute the commend 'pip uninstall yfinance'

Note:If we get an error 'OSError: [WinError 193] %1 is not a valid Win32 application',
while installing yfinance then please install Python 32 bit instead of 64 bit and try again.
Рекомендации по теме
Комментарии
Автор

Thanks so much! Exactly what I needed.😊

shakasotho
Автор

dll failed while importing sqlite3 as _sqlite3 why am I getting this error if we are not importing this module? I tested other code as well and I keep getting this error

wakaboomnick