rongardF / tvdatafeed

A simple TradingView historical Data Downloader
MIT License
251 stars 133 forks source link

CANNOT INSTALL THE MODULE #22

Open ReejeshKayyath opened 1 year ago

ReejeshKayyath commented 1 year ago

(base) PS C:\Users\User> pip install tvdatafeed ERROR: Could not find a version that satisfies the requirement tvdatafeed (from versions: none) ERROR: No matching distribution found for tvdatafeed

PLEASE HELP

OverclockedD2 commented 8 months ago

If you carefully read the docs, you will find the installation instructions there. The package is not available on PyPi (idk why). But here is another guide anywat:

1) Install Git, https://www.git-scm.com/

2) Go to your terminal and enter this command: pip install --upgrade --no-cache-dir git+https://github.com/rongardF/tvdatafeed.git

Done!

(If you are using PyCharm, then you might get a issue where after installation PyCharm wont find the package. To fix that, navigate to View-Tool Windows-Python Packages-Add Package-From Version Control select Git from the dropdown menu, and paste in this link: https://github.com/rongardF/tvdatafeed.git and click OK. After that the package should get installed.)

Pranav65280 commented 6 months ago

did u find any solution?