Christopher Causer
Christopher Causer
I have a similar setup, but seemingly the same issue: ``` Elpy Configuration Emacs.............: 27.1 Elpy..............: Not found (Python), 1.35.0 (Emacs Lisp) Virtualenv........: rpc-venv (/home/user/.emacs.d/elpy/rpc-venv) Interactive Python: python 3.8.6 (/home/user/.emacs.d/elpy/rpc-venv/bin/python)...
Should probably say that I installed the emacs27 on Ubuntu 20.10 package via the PPA.
Huh, on a whim I installed emacs-snapshot, and it works: ``` Elpy Configuration Emacs.............: 28.0.50 Elpy..............: 1.35.0 Virtualenv........: None Interactive Python: python3 3.8.6 (/usr/bin/python3) RPC virtualenv....: rpc-venv (/home/user/.emacs.d/elpy/rpc-venv) Python...........: python3...
Thanks. I *believe* the line is https://github.com/bbatsov/helm-projectile/blob/master/helm-projectile.el#L754 There is a tantalizing not-require-root variable in that macro, but I don't know enough about the project to comment any further on it.
Can confirm that this is an issue for me in a virtual environment running Python 3.9. The reason is that py2deb has a requirement on pip-accel
Just to add a "what fixed it for me", my projectile projects over TRAMP were showing no files until I uninstalled fd-find on my desktop running emacs. I understand there...
I've had a look and it seems to be caused by some dead code. Removing it seemed to fix it for me, and I'm not sure what it was ever...