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

Python 3.7.0 #13

Closed
btarg opened this issue Jul 30, 2018 · 31 comments
Closed

Python 3.7.0 #13

btarg opened this issue Jul 30, 2018 · 31 comments

Comments

@btarg
Copy link

btarg commented Jul 30, 2018

I recently tried to install pyqt-tools on Windows with Python 3.7.0, and it said that no versions could be found.

  Could not find a version that satisfies the requirement pyqt5-tools (from versions: )
No matching distribution found for pyqt5-tools
@altendky
Copy link
Owner

I was working on 5.11 support but haven't managed it yet. But yes, I'll add 3.7 to the build. I'll leave this open until I manage a release with 5.11 (and 3.7).

altendky added a commit that referenced this issue Jul 30, 2018
@btarg
Copy link
Author

btarg commented Jul 30, 2018

Thanks!

@altendky
Copy link
Owner

Sure thing... if only it just worked. For some reason the environment variables from the build aren't showing up in 3.7. sigh I'll keep coming back to this stuff a couple times a week maybe to try to work it out. I really don't understand why I have such a hard time with this.

@aagontuk
Copy link

Is there any work around for this?

@altendky
Copy link
Owner

@aagontuk, sorry, I got the env var issue fixed but didn't come back and update the ticket. It was something about how I was subprocessing to get the vcvarsall.bat env modifications.

@BravoAlpha59
Copy link

pip install of pyqt5-tools is still failing with "version not found" for 5.11 and 3.7. Is there a different method to use. It seemed like you had indicated it was patched up and ready for use.

@altendky
Copy link
Owner

I haven't gotten 5.11 building yet, sorry.

@jnickscott
Copy link

jnickscott commented Aug 17, 2018

Hi I'm very noob and thanks for putting time into this. I found this because I'm trying to learn Python / PyQt and installed it but I can't find the designer.exe to launch PyQt framework. I understand this project is to make that easier, is there no other way to launch PyQt designer? just seems very strange to me for them to spend so much time developing an application that is so difficult to run .exe .....

@aquilesC
Copy link

@jnickscott you can install the official Qt package which will have QtDesigner bundled. However, it is a several GB installation. If you are on Linux, installing the designer is only one command away.

@liyangzbx
Copy link

I used the command 'pip install PyQt5-tools' on python3.7, it said 'Could not find a version'. However, I downloaded 'PyQt5_Tools-5.7.dev1-py3-none-any.whl' and installed it offline on 32-bit python3.7 successfully.And I used the same method to install on 64-bit python3.7,but it didn't work.

@altendky
Copy link
Owner

@liyangzbx, thanks for the feedback. Can you explain what you did and what didn't work in a bit more detail? Though, I'm not even building 5.7 anymore as it and 5.11 are in different AppVeyor images. I may later figure out how to deal with that but for now it's going to be 5.9+. (if i ever get it building, my apologies for being terrible at this)

@altendky
Copy link
Owner

altendky commented Sep 1, 2018

https://ci.appveyor.com/project/KyleAltendorf/pyqt5-tools/build/555

If you want to try them out... (build in progress)

@altendky
Copy link
Owner

@ipsod
Copy link

ipsod commented Nov 27, 2018

Should this mean that it's fixed now? I found this page trying to solve this same problem.

@t1m0thyj
Copy link

@ipsod It should be fixed now I believe, I was able to install it in Python 3.7 after v1.3 was released with pip install -U pyqt5-tools. Make sure you have the latest version of pip installed if you are having problems.

@altendky
Copy link
Owner

altendky commented Nov 28, 2018

There are definitely various 3.7 builds. All the builds seem to work for some and not for others, at least for the designer plugin. If you have a problem, do open a new issue and report however much info you can.

@ghost
Copy link

ghost commented Mar 4, 2019

I'm still having this problem with pip 18.1 in Fedora 29, Python 3.7.2

@altendky
Copy link
Owner

altendky commented Mar 4, 2019

@Catorod, there are definitely 3.7 files uploaded.

https://pypi.org/project/pyqt5-tools/#files

Please do open a new issue and provide the complete command and output. Whatever pip you run, also run it with --version and share that command and output.

@altendky
Copy link
Owner

altendky commented Mar 4, 2019

@Catorod actually... :[ should have jumped out at me immediately... there isn't pyqt5-tools for Linux yet. See #21.

@vickylance
Copy link

I am still getting this error when I install with pipenv install pyqt5-tools on macos

@altendky
Copy link
Owner

@vickylance this is still a Windows only project. Sorry. I would like to support other platforms but... lots of things to do, as always.

@vickylance
Copy link

@altendky No issues will use Windows 👍

@7h0m4sS4
Copy link

same issue by using Python 3.8 on windows 10 using pip version 19.2.3.
I downgraded to Python 3.7.5 and it works again.

@altendky
Copy link
Owner

@7h0m4sS4 see #35

@wxjttxs
Copy link

wxjttxs commented Feb 19, 2020

ubuntu16 python3.7 pip 20.0.2 same error .
ERROR: Could not find a version that satisfies the requirement pyqt5-tools (from versions: none)

finally, I tried this command "sudo apt install pyqt5-dev-tools pyqt5-dev" ,after that, the question above is also sloved, amazing.

@altendky
Copy link
Owner

@wxjttxs see #21

@harshilishere
Copy link

any update for ubuntu?! giving the same error when tried to install with pip.

@altendky
Copy link
Owner

@harshilishere, Linux has not yet been supported... but see #21. There's a wheel linked in #21 (comment) that I've had work and more at https://github.com/altendky/pyqt5-tools/actions if you dare try them.

@Admund20
Copy link

I have the same issue with pyqt5-tools. I cannot install it in windows 10. Error: Could not find a version that satisfies the requirement. I run Python 3.9 and pip 20.2.4. Any help would be much appreciated.

@altendky
Copy link
Owner

@Admund20 see #59. Also #58 and #62 for context on the present situation.

@Admund20
Copy link

Admund20 commented Oct 19, 2020 via email

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