[GH-ISSUE #136] having issues with the dependencies #105

Closed
opened 2026-03-02 23:33:38 +03:00 by kerem · 9 comments
Owner

Originally created by @Chainedtheno1 on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/136

Originally assigned to: @AJaySi on GitHub.

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

Screenshot 2024-10-21 144353

please and thank you

Originally created by @Chainedtheno1 on GitHub (Oct 21, 2024). Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/136 Originally assigned to: @AJaySi on GitHub. 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 ![Screenshot 2024-10-21 144353](https://github.com/user-attachments/assets/5f654055-6b6f-470a-b1de-aea901a80610) please and thank you
kerem closed this issue 2026-03-02 23:33:38 +03:00
Author
Owner

@AJaySi commented on GitHub (Oct 21, 2024):

Hello,
Lets work this through. Please try the below options.

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.
Let me know the outputs and we can some more things. Keep at it.

<!-- gh-comment-id:2425843078 --> @AJaySi commented on GitHub (Oct 21, 2024): Hello, Lets work this through. Please try the below options. 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. Let me know the outputs and we can some more things. Keep at it.
Author
Owner

@Chainedtheno1 commented on GitHub (Oct 21, 2024):

i attempteed the virtual env and i managed to re-install the venv. but now another module is saying its missing.
Uploading Screenshot 2024-10-21 160842.png…

UPDATE
no more missing modules
but another error
Screenshot 2024-10-21 163714

<!-- gh-comment-id:2425928566 --> @Chainedtheno1 commented on GitHub (Oct 21, 2024): i attempteed the virtual env and i managed to re-install the venv. but now another module is saying its missing. ![Uploading Screenshot 2024-10-21 160842.png…]() UPDATE no more missing modules but another error ![Screenshot 2024-10-21 163714](https://github.com/user-attachments/assets/59b3a696-fa65-41ab-8cba-68c4ca814592)
Author
Owner

@AJaySi commented on GitHub (Oct 21, 2024):

Hmmm, the issue is with external module called yfinance. This behavior is not present at my end or reported otherwise.
https://github.com/ranaroussi/yfinance/issues/1942

Try: pip install yfinance with -U option, which will update it use latest version of it.

<!-- gh-comment-id:2426129129 --> @AJaySi commented on GitHub (Oct 21, 2024): Hmmm, the issue is with external module called yfinance. This behavior is not present at my end or reported otherwise. https://github.com/ranaroussi/yfinance/issues/1942 Try: pip install yfinance with -U option, which will update it use latest version of it.
Author
Owner

@AJaySi commented on GitHub (Oct 21, 2024):

https://github.com/ranaroussi/yfinance/issues/2093

<!-- gh-comment-id:2426137005 --> @AJaySi commented on GitHub (Oct 21, 2024): https://github.com/ranaroussi/yfinance/issues/2093
Author
Owner

@Chainedtheno1 commented on GitHub (Oct 21, 2024):

aight thanks bro. i managed to fix it by reverting to an older version of yfinance(0.2.18)

<!-- gh-comment-id:2426283832 --> @Chainedtheno1 commented on GitHub (Oct 21, 2024): aight thanks bro. i managed to fix it by reverting to an older version of yfinance(0.2.18)
Author
Owner

@AJaySi commented on GitHub (Oct 21, 2024):

You are welcome. Please let us know your experience of using ALwrity and how to improve it.
We are busy working on a saas web app version and I will invite you to beta test it.

@Chainedtheno1 : Please close this issue. Thanks.

<!-- gh-comment-id:2426466062 --> @AJaySi commented on GitHub (Oct 21, 2024): You are welcome. Please let us know your experience of using ALwrity and how to improve it. We are busy working on a saas web app version and I will invite you to beta test it. @Chainedtheno1 : Please close this issue. Thanks.
Author
Owner

@tukangcode commented on GitHub (Nov 2, 2024):

aight thanks bro. i managed to fix it by reverting to an older version of yfinance(0.2.18)

hi how you revert to older version what is commad

<!-- gh-comment-id:2452925127 --> @tukangcode commented on GitHub (Nov 2, 2024): > aight thanks bro. i managed to fix it by reverting to an older version of yfinance(0.2.18) hi how you revert to older version what is commad
Author
Owner

@AJaySi commented on GitHub (Nov 4, 2024):

Hello @tukangcode
You can do pip install -r requirements, once again. The issue is fixed in yfinance.
Else you can also do: pip install yfinance==0.2.44

<!-- gh-comment-id:2453707644 --> @AJaySi commented on GitHub (Nov 4, 2024): Hello @tukangcode You can do pip install -r requirements, once again. The issue is fixed in yfinance. Else you can also do: pip install yfinance==0.2.44
Author
Owner

@AJaySi commented on GitHub (Nov 4, 2024):

Closing this as yfinance has fixed the error in latest release.

<!-- gh-comment-id:2454604708 --> @AJaySi commented on GitHub (Nov 4, 2024): Closing this as yfinance has fixed the error in latest release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#105
No description provided.