Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process not running with args #86224

Closed
vbanait mannequin opened this issue Oct 17, 2020 · 2 comments
Closed

Process not running with args #86224

vbanait mannequin opened this issue Oct 17, 2020 · 2 comments
Labels
3.9 only security fixes topic-regex type-bug An unexpected behavior, bug, or error

Comments

@vbanait
Copy link
Mannequin

vbanait mannequin commented Oct 17, 2020

BPO 42058
Nosy @terryjreedy, @ezio-melotti

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2020-10-23.18:50:31.877>
created_at = <Date 2020-10-17.02:45:23.851>
labels = ['expert-regex', 'type-bug', '3.9']
title = 'Process not running with args'
updated_at = <Date 2020-10-23.18:50:31.875>
user = 'https://bugs.python.org/vbanait'

bugs.python.org fields:

activity = <Date 2020-10-23.18:50:31.875>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2020-10-23.18:50:31.877>
closer = 'terry.reedy'
components = ['Regular Expressions']
creation = <Date 2020-10-17.02:45:23.851>
creator = 'vbanait'
dependencies = []
files = []
hgrepos = []
issue_num = 42058
keywords = []
message_count = 2.0
messages = ['378797', '379465']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'ezio.melotti', 'mrabarnett', 'vbanait']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42058'
versions = ['Python 3.9']

@vbanait
Copy link
Mannequin Author

vbanait mannequin commented Oct 17, 2020

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)

@vbanait vbanait mannequin added build The build process and cross-build 3.9 only security fixes topic-regex type-bug An unexpected behavior, bug, or error and removed build The build process and cross-build labels Oct 17, 2020
@terryjreedy
Copy link
Member

bpo is the issue tracker for patching the python cpython repository. We support running python from system command line terminals and icons that we install, as specified in the CPython docs. Ask questions about running python otherwise on other forums.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9 only security fixes topic-regex type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant