mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 09:25:55 +03:00
[GH-ISSUE #135] It is too slow to run "pip install -r requirements.txt" for packages have no version. Pip have to decided dependency. #442
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#442
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 @hanwayTech on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/135
Originally assigned to: @AJaySi on GitHub.
It is too slow to run "pip install -r requirements.txt" for packages have no version. Pip have to decided dependency.
@AJaySi commented on GitHub (Oct 20, 2024):
https://www.google.com/search?client=ubuntu-sn&channel=fs&q=slow+pip+install+
Not really an ALwrity issue. We can of course save some seconds here and there but pip is slow and wheel maybe a better option. Also, ALwrity should support latest package versions and not stick to one.
Can you please do a pip install with specific versions and benchmark the install time against as-is ?
Thanks.