pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
710 stars 87 forks source link

Problems with installing on Emacs 25 #367

Closed brtsay closed 5 years ago

brtsay commented 5 years ago

Hi, After #364 which introduced posframe as a dependency, I can no longer install anaconda-mode via list-packages from MELPA. image I believe the issue is that the versions of posframe on GNU and MELPA all require Emacs 26. I am using

CeleritasCelery commented 5 years ago

I think the best course of action here is to remove it from the package-requires and add a check when we try to use it to see if the package is a available. Unfortunately, this will mean that posframe is not downloaded automatically when the package is installed, but I don’t see another option.