-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setup without easy install #340
Comments
Guessing: This function returns nils. |
This was being caused by the way that Anaconda expects its dependencies to be loaded/installed. It's currently using eggs that must be installed by easy_install, which does not support many of the pip configurations that are often required to get at external packages (e.g. from within a corporate network). Is there any way to leverage pip instead of easy_install to get these dependencies (jedi, parso, and service_factory). I ended up having to manually download each of these packages and running easy_install pointed to my own machine as the pypi index. |
So long as the dependencies are already installed, you can work around this by adding the following empty directories to the directory stored in
|
Hi all,
After a recent upgrade, completion in anaconda-mode buffers is broken for me. Other buffers complete fine (as does the inferior repl), which points to an issue in anaconda-mode.
anaconda-mode contains the following message repeatedly:
Thanks!
The text was updated successfully, but these errors were encountered: