Describe the bug
I ran the following code on my iPad using the Pyto app and got a distributionnotfound error.
When I run the same code on a mac, I can confirm that it works fine.
deepface and gdown are already installed with pip.
error message
Traceback (most recent call last): File "Documents/Df/dpfc.py", line 1, in <module> from deepface import DeepFace File "Documents/Df/deepface/DeepFace.py", line 15, in <module> from deepface.basemodels import VGGFace, OpenFace, Facenet, Facenet512, FbDeepFace, DeepID, DlibWrapper, ArcFace, Boosting File "Documents/Df/deepface/basemodels/VGGFace.py", line 3, in <module> import gdown File "Documents/site-packages/gdown/__init__.py", line 11, in <module> __version__ = pkg_resources.get_distribution("gdown").version File "Pyto.app/site-packages/pkg_resources/__init__.py", line 466, in get_distributio n dist = get_provider(dist) File "Pyto.app/site-packages/pkg_resources/__init__.py", line 342, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "Pyto.app/site-packages/pkg_resources/__init__.py", line 886, in require needed = self.resolve(parse_requirements(requirements)) File "Pyto.app/site-packages/pkg_resources/__init__.py", line 772, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'gdown' distribution was not found and is required by the application
Describe the bug I ran the following code on my iPad using the Pyto app and got a distributionnotfound error. When I run the same code on a mac, I can confirm that it works fine. deepface and gdown are already installed with pip.
error message
Traceback (most recent call last): File "Documents/Df/dpfc.py", line 1, in <module> from deepface import DeepFace File "Documents/Df/deepface/DeepFace.py", line 15, in <module> from deepface.basemodels import VGGFace, OpenFace, Facenet, Facenet512, FbDeepFace, DeepID, DlibWrapper, ArcFace, Boosting File "Documents/Df/deepface/basemodels/VGGFace.py", line 3, in <module> import gdown File "Documents/site-packages/gdown/__init__.py", line 11, in <module> __version__ = pkg_resources.get_distribution("gdown").version File "Pyto.app/site-packages/pkg_resources/__init__.py", line 466, in get_distributio n dist = get_provider(dist) File "Pyto.app/site-packages/pkg_resources/__init__.py", line 342, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "Pyto.app/site-packages/pkg_resources/__init__.py", line 886, in require needed = self.resolve(parse_requirements(requirements)) File "Pyto.app/site-packages/pkg_resources/__init__.py", line 772, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'gdown' distribution was not found and is required by the application
iPad(8th Generation) iOS 14.5.1 Pyto