You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this issue in the flutter iOS. please help me.
Could not find a version that satisfies the requirement torch (from easyocr). I have package dependency of easyocr.
CMD: dart run serious_python:main package app/src -p iOS --requirements -r,app/src/requirements.txt
Requirements.txt:
easyocr==1.7.2
Output:
Building package executable...
Built serious_python:main.
Running package command
Extra PyPi indexes: [https://pypi.flet.dev]
Created temp directory: /var/folders/bl/6xsl0d397mxgv1_td1yx0t6m0000gq/T/serious_python_tempRoiF1z
Copying Python app from /Users/shivam.singh/Downloads/serious-python-main/src/serious_python/example/run_example/app/src to a temp directory
Configured iOS/iphoneos.arm64 platform with sitecustomize.py
Installing [-r, app/src/requirements.txt] with pip command to /Users/shivam.singh/Downloads/serious-python-main/src/serious_python/example/run_example/build/site-packages/iphoneos.arm64
ERROR: Could not find a version that satisfies the requirement torch (from easyocr) (from versions: none)
ERROR: No matching distribution found for torch
Thanks.
The text was updated successfully, but these errors were encountered:
Hi Team,
I am getting this issue in the flutter iOS. please help me.
Could not find a version that satisfies the requirement torch (from easyocr). I have package dependency of easyocr.
CMD: dart run serious_python:main package app/src -p iOS --requirements -r,app/src/requirements.txt
Requirements.txt:
easyocr==1.7.2
Output:
Building package executable...
Built serious_python:main.
Running package command
Extra PyPi indexes: [https://pypi.flet.dev]
Created temp directory: /var/folders/bl/6xsl0d397mxgv1_td1yx0t6m0000gq/T/serious_python_tempRoiF1z
Copying Python app from /Users/shivam.singh/Downloads/serious-python-main/src/serious_python/example/run_example/app/src to a temp directory
Configured iOS/iphoneos.arm64 platform with sitecustomize.py
Installing [-r, app/src/requirements.txt] with pip command to /Users/shivam.singh/Downloads/serious-python-main/src/serious_python/example/run_example/build/site-packages/iphoneos.arm64
ERROR: Could not find a version that satisfies the requirement torch (from easyocr) (from versions: none)
ERROR: No matching distribution found for torch
Thanks.
The text was updated successfully, but these errors were encountered: