-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update requirements.txt #421
base: dev
Are you sure you want to change the base?
Conversation
No, so far you're the first to report such problem, and urllib3==1.25.11 works fine with my win11/win10 PCs. |
but using urllib3>=1.26.6 may fix problem if system proxy enabled ? I just used urllib3>=1.26.6 in my requirements file and worked fine perfectly, i didn't able to launch with urllib3 != 1.25.11 , is there a problem just to use urllib3>=1.26.6?? |
What is the major version of your Python environment? Is it 3.11 or 3.12? I am using 3.12 on MacOS, updated |
3.12 |
this this error that happens when use urllib3 != 1.25.11, it fixed when i used urllib3>=1.26.6 instead C:\Users\dell\my files\manga\BallonsTranslator>cd C:\Users\dell\my files\manga\BallonsTranslator |
838d8fe
to
2cbad85
Compare
chatgpt helped me to fix the requirements file for "ModuleNotFoundError: No module named 'urllib3.packages.six.moves'" issues
It seems like the issue you're facing is with the urllib3 package. To fix this, you can try specifying a version of urllib3 that is compatible with your other packages. You can also try upgrading urllib3 to the latest version. Here's an updated requirements.txt file with a fixed urllib3 version and some other minor adjustments:
PyQt6-Qt6==6.4.2 # for qt>6.4.2 , framelesswindow is broken on windows, and text rendering is wrong on macOS
PyQt6==6.4.2 #PyQt5>=5.15.9
numpy
urllib3>=1.26.6 # psf/requests#5740
jaconv
torch
torchvision
transformers
fugashi
unidic_lite
tqdm
opencv-python
shapely
pyclipper
einops
termcolor
bs4
deepl
qtpy
spacy-pkuseg
sentencepiece
ctranslate2
python-docx
docx2txt
piexif
keyboard
ordered-set
opencc-python-reimplemented
requests
Pillow
beautifulsoup4
colorama
openai
pyyaml
natsort
py7zr
multivolumefile
httpx[socks,brotli]
langdetect
pywin32; sys_platform == 'win32'
winsdk; sys_platform == 'win32'
brotlicffi; sys_platform == 'win32'
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-cocoa; sys_platform == 'darwin'
pyobjc-framework-coreml; sys_platform == 'darwin'
pyobjc-framework-quartz; sys_platform == 'darwin'
pyobjc-framework-vision; sys_platform == 'darwin'