pythonic-emacs / anaconda-mode

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

Cannot access anaconda-mode (0.1.9) python package #349

Closed yfy- closed 5 years ago

yfy- commented 5 years ago

I am trying to install anaconda-mode on a computer that is not directly connected to the internet. I tried to manually install anaconda-mode python package but links; https://pypi.python.org/simple/anaconda_mode , https://pypi.python.org/simple/anaconda-mode, https://pypi.org/project/anaconda_mode all seem to be broken. My ~/.emacs.d/anaconda-mode/ is empty. How can I access the package?

Thanks

beyondpie commented 5 years ago

hi, you want to install anaconda-mode for emacs, right?

yfy- commented 5 years ago

Yes, I need it for emacs.

beyondpie commented 5 years ago

how about this link on Melpa https://melpa.org/#/anaconda-mode

proofit404 commented 5 years ago

Python package is obsolete for two years. Its content was embedded completely into Emacs package.

yfy- commented 5 years ago

how about this link on Melpa https://melpa.org/#/anaconda-mode

But this is just the .el file. As I said earlier, anaconda complains that I don't have the python package.

Python package is obsolete for two years. Its content was embedded completely into Emacs package.

Hmm, strange. I installed anaconda-mode recently and it was searching for the python package in the links I've written in my initial comment. Nevertheless, I've found the package from an older emacs installation and it works as expected.

Thanks