tilde-lab / yascheduler

Yet another cloud computing scheduler for the high-throughput cloud scientific simulations
https://mpds.io/search/ab%20initio%20calculations
MIT License
5 stars 4 forks source link

PlatformGuessFailed MacOS #125

Open alinzh opened 11 months ago

alinzh commented 11 months ago

When I tried to create a worker using the command: yasetnode my_user_name@127.0.0.1 --skip-setup I get the next error:

File "/Users/my_user_name/anaconda3/lib/python3.11/site-packages/yascheduler/remote_machine/remote_machine.py", line 228, in create
    raise PlatformGuessFailed()
yascheduler.remote_machine.exc.PlatformGuessFailed

I'm running on MacOS. The platform was not specified in the config (as it was not suitable). @knopki , I'm guessing it wasn't tested well enough on MacOS.

knopki commented 11 months ago

It wasn't tested on macOS at all. And it wasn't tested with macOS nodes. This should be an easy fix. I'll give it a try.