ipazc / mtcnn

MTCNN face detection implementation for TensorFlow, as a PIP package.
MIT License
2.19k stars 526 forks source link

in setuptools 69 cant import setuptools from setuptools #129

Open kirillrdy opened 4 months ago

kirillrdy commented 4 months ago

in setuptools 69 i get this error

ImportError: cannot import name 'setuptools' from 'setuptools' (/nix/store/f3qdwzblc4p7as5p46zhmh7f48xa62c8-python3.10-
setuptools-69.1.1/lib/python3.10/site-packages/setuptools/__init__.py)
ladyshen commented 4 months ago

您的邮件已接收!

a-h commented 4 months ago

I have tested this patch, and it does resolve the issue.