You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ifos.fork() != 0:
AttributeError: module 'os' has no attribute 'fork'
The text was updated successfully, but these errors were encountered:
I'm glad you found the workaround, but I should probably tweak the script so that it doesn't crash in the first place. I'll keep this issue open until I get around to that.
The
os.fork
command is not available on windows, so the command line utility does not workThe text was updated successfully, but these errors were encountered: