Lorenzo
Lorenzo
same error seems to happen when creating an env with virtualenv (not virtualenvwrapper) and use `pyvenv-activate`
`M-x elpy-config` produces the same error (start emacs, open a new `tmp.py` file, `M-x elpy-mode` and finally `M-x elpy-config`) as for the debug info: ``` Debugger entered--Lisp error: (file-error "Searching...
by the way, outside of my virtualenv there's no `python` executable in the path (it's only python3) ``` $ python Command 'python' not found, but can be installed with: sudo...
no update on this? :(
same with emacs version 26.3, added the same `add-to-list` snippet in my emacs init file and it works
I did some additional investigation and it looks like the problem is resolved when installing `openjdk-8-jdk` separately: i replaced this: ``` RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --no-install-recommends wget curl...
no, it's very weird... however, i just realised those dockerfiles are created using a slightly old version of `mlflow` before PR #10954 where the following change was added to `docker_utils.py`:...
what error do you get? compiling numpy? if that's the case, I'm getting the same...