Skip to content
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

np.int used in PyPi release 0.7.3 #2404

Open
schopra8 opened this issue Aug 15, 2023 · 1 comment
Open

np.int used in PyPi release 0.7.3 #2404

schopra8 opened this issue Aug 15, 2023 · 1 comment

Comments

@schopra8
Copy link

schopra8 commented Aug 15, 2023

If you install the latest version of insightface's python package via PyPi (version 0.7.3), it still uses np.int as a type. This has been fixed in Master for several months now..

np.int is no longer supported by numpy, so the package does not work with newer versions of numpy.

In order to use the insightface python package today -- one must either download and older version of numpy or install the python package from source. Both solutions are quite inconvenient.

@phineas-pta
Copy link

the workaround while waiting:

pip install git+https://github.com/deepinsight/insightface.git#subdirectory=python-package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants