-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The os.fork command is not available on windows, so the command line utility does not work
$ wellmap layout.toml
Traceback (most recent call last):
File "C:\bin\python\anaconda64\envs\spectraplotpy\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\bin\python\anaconda64\envs\spectraplotpy\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\bin\python\anaconda64\envs\spectraplotpy\Scripts\wellmap.exe\__main__.py", line 7, in <module>
File "C:\bin\python\anaconda64\envs\spectraplotpy\lib\site-packages\wellmap\plot.py", line 101, in main
if os.fork() != 0:
AttributeError: module 'os' has no attribute 'fork'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels