-
Notifications
You must be signed in to change notification settings - Fork 16
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
May I ask if this project supports the Windows environment? #117
Comments
Hi! While there is no technical reason that windows would not work, we have not tested it so cannot confirm. As an aside, In the future we are planning on releasing a docker version, which will help with cross platform compatibility. |
Hi. I can run this project with WSL2. You need to enable the nested virtualization in WSL. |
Hello, I am also using WSL2 to run this project. Could you please let me know if your AVD is running in the Windows environment? Additionally, what is your protobuf version? I encountered an ImportError: cannot import name 'runtime_version' from 'google.protobuf' issue and was wondering if you have experienced this as well. |
@xieck13 AVD is running in the WSL2. The version of protobuff is 4.25.4. I hope you succeed in running the environment. |
Thank you for your reply, it was very helpful~ |
Hi, I am a bit new to all this nested virtualization stuff. I have run the emulator using WSL and am also running the the code using WSL. I am not sure what exactly are the steps to get this to run on Windows. Any help on this would be useful. I followed the steps in the link you shared. Add all the nested kernel/virtualization stuff, however the final command |
Hi, I have met the same problem: ImportError: cannot import name 'runtime_version' from 'google.protobuf' issue. I change the version of protobuff to 4.25.4 but it still have this error. I wonder what solution did you use to solve this? Appreciate for any help |
I noticed that only Linux and macOS environments are supported in the later steps of the installation process. Could you kindly confirm whether this project does not support the Windows environment?
The text was updated successfully, but these errors were encountered: