dape
dape copied to clipboard
Mac M1 chip can't make it to work
I have doom emacs and I'm emacs newb When I do M-x dape I run the adapter and click Enter , I am getting the error FileNotFoundError: [Errno 2] No such file or directory: '/Users/barakdiker/.local/lib/python3.12'
How do I configure dape to comply with Conda ? how to configure it ? Barak Thanks
It seams like there is something strange about your environment, does /Users/barakdiker/.local/lib/python3.12 exist?
Dape uses "python" as it's python executable, seams like your setup uses some indirection as
FileNotFoundError:
[Errno 2] No such file or directory: '/Users/barakdiker/.local/lib/python3.12'
...does not look like it's generated by Emacs itselft but from "python"