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
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
I was trying to install ivy on Windows, but I could not find a repository where the windows binaries mentioned in https://github.com/kenmcmil/ivy are located
While running python build_submodules.py, the build fails while setting up Z3 and asks for a Visual Studio Command Prompt even though I had been using the Visual Studio Command Prompt with VS 2019
It will be very helpful if you can confirm if it is even possible to install Ivy in Windows (the instructions seem to be outdated), otherwise, I can install Ubuntu on my machine to try it out.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was trying to install ivy on Windows, but I could not find a repository where the windows binaries mentioned in https://github.com/kenmcmil/ivy are located
I then tried following the instruction in http://microsoft.github.io/ivy/install.html#binary, but
pip install ms-ivy
fails with ERROR: "No matching distribution found for ms-ivy"I also tried to install directly from the source by following the instructions provided in http://microsoft.github.io/ivy/install.html#windowsnotes , but there too seem to be the following issue :
python build_submodules.py
, the build fails while setting up Z3 and asks for a Visual Studio Command Prompt even though I had been using the Visual Studio Command Prompt with VS 2019It will be very helpful if you can confirm if it is even possible to install Ivy in Windows (the instructions seem to be outdated), otherwise, I can install Ubuntu on my machine to try it out.
Thanks
The text was updated successfully, but these errors were encountered: