dape icon indicating copy to clipboard operation
dape copied to clipboard

Mac M1 chip can't make it to work

Open barakdiker123 opened this issue 7 months ago • 1 comments

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

barakdiker123 avatar Apr 28 '25 14:04 barakdiker123

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"

svaante avatar May 29 '25 08:05 svaante