-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Support: --build deprecation #8976
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
Comments
How to fix this issue. I am totally new to python and it says - "A possible replacement is use the TMPDIR/TEMP/TMP environment variable, possibly combined with --no-clean", while trying to install opencv. Please let me know, where do I replace it and how to do it. |
Please provide the details of what you did to get this error message. |
@pradyunsg, this seems to be because opencv sdist does not build nicely with pip. I suggest leaving it to the maintainers of opencv to solve the issue since the its build process is non-trivial anyway. @skeerthan98, opencv-python has not been built for Python 3.9 just yet (opencv/opencv-python#382); for the ease of install you might want to use Python 3.8 for now. You might also want to file an issue over opencv to tell them pip has deprecated |
@McSinyx Thanks. Now its working fine |
The text was updated successfully, but these errors were encountered: