-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Error on pip3 install -r requirements.txt #30
Comments
I did try with another machine (MacOS Big Sur) |
Hi, thanks for creating this bug report. I'll work on it immediately. |
Hi. I just released a new version which uses pillow to draw the text and have completely removed the opencv-contrib-python dependency. Reinstall the dependencies with |
Hi, the pip3 install -r requirements.txt still gives an error, tried running it on macOS 14.1.2 ERROR: Exception: |
@surajmaity Try running |
hey tried running "pip3 install distutils " but still getting this error ERROR: Could not find a version that satisfies the requirement distutils (from versions: none) Because of that did some finding and bumped into this "distutils is deprecated with removal planned for Python 3.12." is there any other way to install distutils |
Try if there's another build online for your system. This is a problem on your local environment. |
install setuptools worked for me following this No module named 'distutils.util' ...but distutils installed? Also the kociemba==1.2.1
numpy==1.26.4
opencv-python==4.8.1.78
pillow==10.3.0
pydocstyle==5.1.1
python-i18n==0.3.9 numpy version 1.22.0 is not supported for Python 3.12 AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? |
Hello
I'm on linux (Ubuntu 22.04.1 LTS)
The command
pip3 install -r requirements.txt
gives an error
in
Collecting opencv-python==4.5.1.48
Using cached opencv-python-4.5.1.48.tar.gz (88.3 MB)
Installing build dependencies ... -
After a long time
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [865 lines of output]
Ignoring numpy: markers 'python_version == "3.6" and platform_machine != "aarch64"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "linux" and platform_machine == "aarch64"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_machine != "aarch64"' don't match your environment
Ignoring numpy: markers 'python_version == "3.8" and platform_machine != "aarch64"' don't match your environment
The text was updated successfully, but these errors were encountered: