anaconda-mode目录下为什么是空的

尝试purcell的配置

打开Pytho代码不能补全, 提示Server error: TypeError(“init() got an unexpected keyword argument ‘environment’”,)

M-. 报错

Debugger entered--Lisp error: (error "Company: backend company-anaconda async timeout with args (candidates jedi.)")
  signal(error ("Company: backend company-anaconda async timeout with args (candidates jedi.)"))
  error("Company: backend %s async timeout with args %s" company-anaconda (candidates "jedi."))
  company--force-sync(company-call-backend-raw (candidates "jedi.") company-anaconda)
  company-call-backend(candidates "jedi.")
  company--fetch-candidates("jedi.")
  company-calculate-candidates("jedi.")
  company--begin-new()
  company--perform()
  company-auto-begin()
  company-manual-begin()
  company-complete()
  funcall-interactively(company-complete)
  call-interactively(company-complete nil nil)
  command-execute(company-complete)
```elisp
.emacs.d/anaconda-mode/0.1.12/目录下只有版本号

;; slides

(elpy-enable)
;; C-c C-d elpy-doc
;; M-.  ;; elpy-goto-definition
;; M-*/C-t  ;; pop-tag-mark
;; M-<n>  ;; select nth item

;; #Debugging
;; #Debug using pdb.
;; import ipdb
;; ipdb.set_trace()

;; #Test Integration
;; #Configure Your Test Runner.
;;M-x elpy-set-test-runner
;;C-c C-t  ;; runs test/ all tests