-
Notifications
You must be signed in to change notification settings - Fork 40
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
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. #738
Comments
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
<#738 (comment)>,
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
<#738 (comment)>,
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
<#738 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5MTGZSMGCH6FHIPQL75XKLY2GSYFAVCNFSM6AAAAABFJFDZXGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRQHE4TINJXG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Originally posted by @mmehmetaliyavuz in #681 (comment)
The text was updated successfully, but these errors were encountered: