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
I installed WSL with the Ubuntu 18 app.
I didn't start fresh but with a WSL that already had the build-essential and python (and possibly other things) installed.
I was able to get problemtools to work (with one warning, described later), as follows:
Be aware that this takes a long time due to WSL being dog slow when it comes to file operations. However, once done, problemtools seems to work!
The only error that's left is:
WARNING in ...: Hard stack rlimit of 8388608 so I can't set it to unlimited. I will keep it at 8388608. If you experience unexpected issues (in particular run-time errors) this may be the cause.
I installed WSL with the Ubuntu 18 app.
I didn't start fresh but with a WSL that already had the
build-essential
andpython
(and possibly other things) installed.I was able to get problemtools to work (with one warning, described later), as follows:
Then, I could create a virtual environment and install problemtools into it with
Be aware that this takes a long time due to WSL being dog slow when it comes to file operations. However, once done,
problemtools
seems to work!The only error that's left is:
which is likely due to WSL's stack limit
The text was updated successfully, but these errors were encountered: