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

Any idea how to get this working on Windows 11 #71

Open
adamgeddon1686 opened this issue Mar 27, 2023 · 1 comment
Open

Any idea how to get this working on Windows 11 #71

adamgeddon1686 opened this issue Mar 27, 2023 · 1 comment

Comments

@adamgeddon1686
Copy link

I tried for a couple of days to get this working on my Windows 11 PC to no avail. It seems to always run into issues with conflicting requirements versions. I tried the windows 10 installer script and while it was able to get further in the installation than I was, it still wasn't able to get everything correct to run the inference function.

The issue seems to be the mxnet only has newer versions for Linux and not for windows but I am not nearly adept enough to figure out why. This then conflicts with NumPy which it tries to downgrade causing a cascade of requirements to be incompatible. I tried to do the whole thing in Linux but I couldn't even get CUDA installed right on WSL. I have CUDA and cuDNN on my computer and it works.

I am probably just going to give up and keep using the colab. I made a batch script and a few ways of testing the output and I wanted to try it on my local system so I wasn't getting timed out on colab all the time since these things run for a long time.

If anyone has gotten this to work locally on Windows 11, can you let me know how.

@Dutch77
Copy link

Dutch77 commented Mar 29, 2023

#51
you can try to run it under docker

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

2 participants