pythonic-emacs / anaconda-mode

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

service_factory removed from PyPi preventing anaconda-mode server from running #384

Closed AloisJanicek closed 4 years ago

AloisJanicek commented 4 years ago

https://pypi.org/project/service_factory/ results in 404

pip search service_factoryreturns nothing

Author apparently deleted package from PyPi and is asking colleges to re-publish it.

I managed anaconda-mode to get properly working by installing service_factory python package locally:

git clone https://github.com/pythonic-emacs/service-factory.git
sudo pip install -e service_factory

and deleting line 129 in anaconda-mode.el

CeleritasCelery commented 4 years ago

service_factory is republished.