-
Notifications
You must be signed in to change notification settings - Fork 140
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
Running on Windows without a VirtualBox #156
Comments
Hello @ebaad1996 , First of all, thank you for reporting this error. As you said before, You can still use If you still want to run Delete the following import: Line 12 in 03f3a69
Change this Line 133 in 03f3a69
To: def _start(args):
_start_background(args) This will run The other solution, that I can suggest is to run |
thanks @pvk-developer |
Hello @ebaad11 , I will leave the issue open as it's not solved on the repository yet. Would you mind sharing the solution that you choosed as a feedback just in case another user faces the same problem ? |
@pvk-developer,the Atm cli works with a Linux distribution system, i used Ubuntu, i needed the cli just for testing, but i if someone is looking for a better solution, they should look into Windows Sub System for Linux, it helps you run a Linux environment on you local machine. "The Windows Subsystem for Linux lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine."--https://docs.microsoft.com/en-us/windows/wsl/about |
Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
What I Did
I am trying to use the atm Cli to get a data file and train it
The text was updated successfully, but these errors were encountered: