mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[GH-ISSUE #190] two small issues with the docker instructions #474
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#474
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 @abate on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/190
Originally assigned to: @AJaySi, @uniqueumesh on GitHub.
Hello devs :)
I encountered two minor problem in the Dockerfile instruction provided :
docker build -t alwrity -f "Getting Started/Option_3_Docker_Install/Dockerfile" .the path of the docker file changedThe second here, I was not able to solve it. I tried to change the base image ( upgrade to 3.12-slim ) and change the requirements.txt file, but I didn't manage.
Not sure what is wrong. There must be some requirements that keep pulling in the wrong version of panda-ta
It would also be great if you can also release the app as a docker image on dockerhub or similar services, and maybe
provide a ready to use docker-compose file for a quick local installation and testing.
regards
@uniqueumesh commented on GitHub (Jun 8, 2025):
Hello @abate please give us some time to look into this issue. We will update you ASAP.
Regards
@AJaySi commented on GitHub (Jun 10, 2025):
@abate @uniqueumesh
I am looking into it and will update and fix it by tomorrow.
Not easily reproducible at my end, but I can acknowledge the bug as relevant.
@AJaySi commented on GitHub (Jun 10, 2025):
Solution:
Pin pandas-ta to a version compatible with numpy 1.24+ (e.g., pandas-ta>=0.3.14b0,!=0.3.14b0,>=0.3.15), or downgrade numpy to <1.24.
Also, use the same Python version in both build and runtime stages in Dockerfile.
requirements.txt: pandas-ta is now pinned to >=0.3.15 for compatibility with numpy >=1.24.0.
Dockerfile: Both build and runtime stages now use Python 3.12 for consistency.
docker-compose.yml: Added for easy local installation and testing. You can now run the app with:
For Docker Hub release, you can build and push the image with:
@uniqueumesh commented on GitHub (Jun 12, 2025):
@AJaySi Thank you for your support. I'll test and update you.
@abate please let us know if your issue is solved now.
Regards
@MRobi1 commented on GitHub (Jun 24, 2025):
Getting an error on the pandas-ta version using this method.
@MRobi1 commented on GitHub (Jun 26, 2025):
Changing requirements.txt back to pandas-ta>=0.3.14b0 allows the installation to complete.
However when browsing to http://IPADDR:8501 I get presented with
I'm assuming unrelated to pandas-ta
@rstraszewski commented on GitHub (Jun 26, 2025):
I have the same error.
@MrSnoozles commented on GitHub (Jun 27, 2025):
Same error
@AJaySi commented on GitHub (Jun 28, 2025):
Hello all,
I will fix and update the code today. It between features and also Travelling, hence limited connectivity.
It should be fixed today. Thank you for your patience.
Regards.
@meshwara commented on GitHub (Jul 1, 2025):
Any update for this problem ?
@uniqueumesh commented on GitHub (Jul 1, 2025):
@meshwara @rstraszewski @MrSnoozles @abate
Please give @AJaySi some time to fix this issue. You can also follow these steps to install ALwrity locally.
@AJaySi commented on GitHub (Jul 6, 2025):
Hello,
I have updated requirements.txt with pandas-ta>=0.3.14b0 as per @MRobi1 comments.
I am not seeing the error as reported by filenotfounderror, after the previous commit.
Need more testing and confirmation due to last commits and new code commits.
Note: Travelling and very limited connectivity, until 12th july.
@caticodev commented on GitHub (Jul 14, 2025):
ImportError: cannot import name 'NaN' from 'numpy'The error persists on MacOS. However, the fix from https://github.com/AJaySi/AI-Writer/issues/157 works for me.
@rstraszewski commented on GitHub (Jul 17, 2025):
Same on Windows. Fix helps.