Anatoliy Chistov

Results 3 comments of Anatoliy Chistov

I encountered the same problem on Manjaro Linux. Solved by installing older version of xeus-cling: ``` conda install xeus-cling==0.9.0 -c conda-forge ``` This version works with C++17 fine.

It is really much-needed update. But in my case it works only when I put `request_permissions(...)` call into `build` method.

You should specify which python to run in SublimeREPL settings. Go to Preferences -> Browse packages, then to SublimeREPL/config/Python and edit file Main.sublime-menu. There you should change "python" to "/Users/dh/.pyenv/shims/python"....