-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
having issues with the dependencies #136
Comments
Hello, 1). Trying it out in a virtual env with python -m venv venv and then activating the venv will be a cleaner option. 2). Check with typing python and then write 'From tavily import TavilyClient'. Does it give the same ModuleNotFoundError ? 3). Also, try 'pip install tavily-python' in this same dir as AI-Writer folder. |
Hmmm, the issue is with external module called yfinance. This behavior is not present at my end or reported otherwise. Try: pip install yfinance with -U option, which will update it use latest version of it. |
aight thanks bro. i managed to fix it by reverting to an older version of yfinance(0.2.18) |
You are welcome. Please let us know your experience of using ALwrity and how to improve it. @Chainedtheno1 : Please close this issue. Thanks. |
hi how you revert to older version what is commad |
Hello @tukangcode |
Closing this as yfinance has fixed the error in latest release. |
Whenever i try to run the alwrity.py i get missing modules etc. i tried my best to manually install all of thema dn troubleshoot but now im stuck with this for quite some time
please and thank you
The text was updated successfully, but these errors were encountered: