Open ReejeshKayyath opened 1 year 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.)
did u find any solution?
pip install tradingview-datafeed
(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