[issue42058] Process not running with args

2020-10-16 Thread Vaibhav Banait


New submission from Vaibhav Banait :

I am getting this error on windows 10 python 3.8 Emacs 27 and prelude 
configuration

Company: backend company-ngram-backend error "Process company-ngram not 
running" with args (prefix)

I am using this code in .emacs

(with-eval-after-load 'company-ngram
  ; ~/data/ngram/*.txt are used as data
  (setq company-ngram-data-dir "~/data/ngram")
  ; company-ngram supports python 3 or newer
  (setq company-ngram-python "python3")
  (company-ngram-init)
  (cons 'company-ngram-backend company-backends)
  ; or use `M-x turn-on-company-ngram' and
  ; `M-x turn-off-company-ngram' on individual buffers
  ;
  ; save the cache of candidates
  (run-with-idle-timer 7200 t
   (lambda ()
 (company-ngram-command "save_cache")
 ))
  )

(require 'company-ngram nil t)

--
components: Regular Expressions
messages: 378797
nosy: ezio.melotti, mrabarnett, vbanait
priority: normal
severity: normal
status: open
title: Process not running with args
type: compile error
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue42058>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42058] Process not running with args

2020-10-16 Thread Vaibhav Banait


Change by Vaibhav Banait :


--
type: compile error -> behavior

___
Python tracker 
<https://bugs.python.org/issue42058>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com