mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #136] having issues with the dependencies #105
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
please and thank you
@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.
@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
@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.
@AJaySi commented on GitHub (Oct 21, 2024):
https://github.com/ranaroussi/yfinance/issues/2093
@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)
@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.
@tukangcode commented on GitHub (Nov 2, 2024):
hi how you revert to older version what is commad
@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
@AJaySi commented on GitHub (Nov 4, 2024):
Closing this as yfinance has fixed the error in latest release.