I have encountered this problem and I couldn't overcome. Could you fix it if you did might you help about how to fix? I didn't understand other commend.
I have encountered this problem and I couldn't overcome. Could you fix it if you did might you help about how to fix? I didn't understand other command.
IN WINDOWS also, please solve the same issue.
Originally posted by @mmehmetaliyavuz in https://github.com/pypa/packaging-problems/issues/681#issuecomment-1645270111
Have you tried installing microsoft visual c++ 14.0 or greater by following the link in the last line of the error message?
Yes, I've installed it correctly! But still not working. What should I do?
On Tue, 26 Mar, 2024, 9:17 pm Éric, @.***> wrote:
Have you tried installing microsoft visual c++ 14.0 or greater by following the link in the last line of the error message?
— Reply to this email directly, view it on GitHub https://github.com/pypa/packaging-problems/issues/738#issuecomment-2020795736, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5MTGZQKJWFZVI4EDEKTJ2LY2GJ7NAVCNFSM6AAAAABFJFDZXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQG44TKNZTGY . You are receiving this because you authored the thread.Message ID: @.***>
@Anushkatech5 You are on Python 3.7. PyQt5 does not have precompiled packages for Python 3.7, and is a huge beast to build yourself. I strongly recommend using a newer Python version, there you will get a precompiled package which should just work.
Thanks for the tip! Actually, Am using this python version just because I also need to use tensorflow and tensorflow-gpu which are compatible with python 3.7. And also can you please suggest which python version would be more suitable for PyQt5?
On Tue, Mar 26, 2024 at 10:15 PM Jean Abou Samra @.***> wrote:
@Anushkatech5 https://github.com/Anushkatech5 You are on Python 3.7. PyQt5 does not have precompiled packages for Python 3.7, and is a huge beast to build yourself. I strongly recommend using a newer Python version, there you will get a precompiled package which should just work.
— Reply to this email directly, view it on GitHub https://github.com/pypa/packaging-problems/issues/738#issuecomment-2020961152, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5MTGZSBODXCIGXSL5YTPODY2GJ2LAVCNFSM6AAAAABFJFDZXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQHE3DCMJVGI . You are receiving this because you were mentioned.Message ID: @.***>
TensorFlow added 3.12 support a few weeks ago. But to be safe, 3.11 is probably fine? TensorFlow requires 3.9+ in its most recent versions, FYI. https://pypi.org/project/tensorflow
And TensorFlow-gpu states: Removed: please install "tensorflow" instead. https://pypi.org/project/tensorflow-gpu/
Yes, my error is fixed and all are compatible with python 3.8. As of tensorflow-gpu there will be some errors with python 3.9 or python 3.9+. So best bet is python 3.8! Thanks for your help!
On Tue, Mar 26, 2024 at 10:31 PM Henry Schreiner @.***> wrote:
And TensorFlow-gpu states: Removed: please install "tensorflow" instead.
— Reply to this email directly, view it on GitHub https://github.com/pypa/packaging-problems/issues/738#issuecomment-2020994577, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5MTGZSMGCH6FHIPQL75XKLY2GSYFAVCNFSM6AAAAABFJFDZXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQHE4TINJXG4 . You are receiving this because you were mentioned.Message ID: @.***>
tensorflow-gpu is abandoned since tensorflow is exactly the same package! From the PyPI page for tensorflow-gpu:
tensorflow and tensorflow-gpu have been the same package since TensorFlow 2.1, released in September 2019. Although the checksums differ due to metadata, they were built in the same way and both provide GPU support via Nvidia CUDA. As of December 2022, tensorflow-gpu has been removed and has been replaced with this new, empty package that generates an error upon installation. All existing versions of tensorflow-gpu are still available, but the TensorFlow team has stopped releasing any new tensorflow-gpu packages, and will not release any patches for existing tensorflow-gpu versions.