You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to install from PyPi via pip install qi, i get the following error:
ERROR: Could not find a version that satisfies the requirement qi (from versions: none)
ERROR: No matching distribution found for qi
I'm on Windows and from what I've seen in the releases, I guess you don't build packages for windows.
I think it would be very nice to have at least one build for windows available, though, that can be installed via pip.
We are planning on using qi in a project with a lot of collaborators (students), so a published build would help us a lot more than a local build.
We would like to use the latest python version, but we don't mind to go down to 3.10, if this is the latest one you build for.
Is there any chance you might publish a build for windows?
Many thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm currently working on some CI for MacOS & Windows with Github Actions. Having Windows wheel on PyPi is my plan, but I have no idea when I'll be able to finish it.
Hello,
when trying to install from PyPi via
pip install qi
, i get the following error:I'm on Windows and from what I've seen in the releases, I guess you don't build packages for windows.
I think it would be very nice to have at least one build for windows available, though, that can be installed via pip.
We are planning on using qi in a project with a lot of collaborators (students), so a published build would help us a lot more than a local build.
We would like to use the latest python version, but we don't mind to go down to 3.10, if this is the latest one you build for.
Is there any chance you might publish a build for windows?
Many thanks in advance!
The text was updated successfully, but these errors were encountered: