Impossibile trovare del registro di sistema di Windows (10)

0

Domanda

Sto correndo AnyPyTools come un pacchetto in un Anaconda ambiente. Quando cerco di eseguire il primo comandi del AnyPyTools "getting started" jupyter notebook, mi appare un errore che dice "impossibile trovare Qualcuno nel registro di sistema". Tutte le idee su come fare??

Ho provato a disinstallare e ri-installare AnyPyTools, con un arresto nel mezzo, ma ancora ottenere lo stesso errore. Inoltre, non riesco a trovare un separato Nessuno python pacchetto da installare.

Le informazioni di versione:

  • condã versione : 4.10.3 condã-versione build : 3.21.6
  • la versione di python : 3.8.12.finale.0
  • anypytools: versione = 1.7.5 build=py38haa244fe_1 channel=condã-forge
  • Windows 10 Versione = 10.0.18363 Build = 18363

codice

(da http://localhost:8888/notebooks/01_Getting_started_with_anypytools.ipynb)

from anypytools import AnyPyProcess 
    app = AnyPyProcess()

Messaggio di errore:

 OSError: Could not locate AnyBody in registry

Traccia:

---------------------------------------------------------------------------
FileNotFoundError                         Traceback (most recent call last)
~\Anaconda3\lib\site-packages\anypytools\tools.py in get_anybodycon_path()
    461     try:
--> 462         abpath = winreg.QueryValue(
    463             winreg.HKEY_CLASSES_ROOT, "AnyBody.AnyScript\\shell\\open\\command"

FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

OSError                                   Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_11000/586603320.py in <module>
      1 from anypytools import AnyPyProcess
----> 2 app = AnyPyProcess()

~\Anaconda3\lib\site-packages\anypytools\abcutils.py in __init__(self, num_processes, anybodycon_path, timeout, silent, ignore_errors, warnings_to_include, fatal_warnings, return_task_info, keep_logfiles, logfile_prefix, python_env, debug_mode, use_gui, priority, **kwargs)
    537 
    538         if anybodycon_path is None:
--> 539             anybodycon_path = get_anybodycon_path()
    540         anybodycon_path = Path(anybodycon_path)
    541         if use_gui:

~\Anaconda3\lib\site-packages\anypytools\tools.py in get_anybodycon_path()
    464         )
    465     except WindowsError:
--> 466         raise WindowsError("Could not locate AnyBody in registry")
    467     abpath = abpath.rsplit(" ", 1)[0].strip('"')
    468     abpath = os.path.join(os.path.dirname(abpath), "AnyBodyCon.exe")

OSError: Could not locate AnyBody in registry
anaconda python registry windows
2021-11-19 19:32:56
1

Migliore risposta

0

La risposta è no, non funziona, perché richiede un sperate installazione di nessun software che richiede una licenza a pagamento.

2021-11-19 21:51:23

In altre lingue

Questa pagina è in altre lingue

Русский
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................