mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[GH-ISSUE #2] Issue on CMD after py blogen.py or python blogen.py #1
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#1
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 @z3rotto on GitHub (Mar 1, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/2
E:\CHATGPT-AI-Marketing-Tools-CMD\AI-Blog-Writer>py blogen.py
Traceback (most recent call last):
File "E:\CHATGPT-AI-Marketing-Tools-CMD\AI-Blog-Writer\blogen.py", line 6, in
from PyInquirer import prompt
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyInquirer_init_.py", line 6, in
from prompt_toolkit.token import Token
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit_init_.py", line 16, in
from .interface import CommandLineInterface
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\interface.py", line 19, in
from .application import Application, AbortAction
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\application.py", line 8, in
from .key_binding.bindings.basic import load_basic_bindings
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\key_binding\bindings\basic.py", line 9, in
from prompt_toolkit.renderer import HeightIsUnknownError
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\renderer.py", line 11, in
from prompt_toolkit.styles import Style
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\styles_init_.py", line 8, in
from .from_dict import *
File "D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\site-packages\prompt_toolkit\styles\from_dict.py", line 9, in
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections' (D:\Users\vaan1\AppData\Local\Programs\Python\Python312\Lib\collections_init_.py)
E:\CHATGPT-AI-Marketing-Tools-CMD\AI-Blog-Writer>pip blogen.py
ERROR: unknown command "blogen.py"
I have this issue and I don't see the file .env.
What should I do?
Thank you for your help
@AJaySi commented on GitHub (Mar 2, 2024):
Hello,
1). I pushed a new patch, please use that. I also updated the README
2). The tool 'alwrity' is interactive will guide you through setup on commandline.
3). The errors are because the required modules are missing.
Try on the prompt: pip install -r requirements.
4). Damn Windows, I have tested my code on linux. But, give me 3-4 days and I will sort out issues for Windows. Its TBD.
Regards.
@AJaySi commented on GitHub (Mar 2, 2024):
Please let me know your usecase or how you will use this tool ?
I will then get those features ironed out on priority. Thanks.
@AJaySi commented on GitHub (Mar 3, 2024):
I have updated the README with repl.it option 2. This will help get started quicker on cloud.
@AJaySi commented on GitHub (Mar 7, 2024):
Try the latest code, I have tested on windows.