-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I used it in the past, was working well.
Yesterday I wanted to update from scratch - it seemed to install properly but doesn't launch
When running the NSSM command in CMD .... I got this
(I am on windows 10 22H2)
Traceback (most recent call last):
File "C:\Applications\SickChill\Python3\tools\lib\runpy.py", line 194, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Applications\SickChill\Python3\tools\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Applications\SickChill\Python3\tools\Scripts\sickchill.exe_main.py", line 4, in
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\SickChill.py", line 14, in
import sickchill.start
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\sickchill_init.py", line 5, in
from .show.indexers import indexer, ShowIndexer
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\sickchill\show\indexers_init.py", line 1, in
from .handler import ShowIndexer
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\sickchill\show\indexers\handler.py", line 3, in
from sickchill import logger, settings
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\sickchill\logger.py", line 12, in
from github import InputFileContent
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\github_init_.py", line 56, in
from github.MainClass import Github, GithubIntegration
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\github\MainClass.py", line 54, in
import jwt
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\jwt_init_.py", line 1, in
from .api_jwk import PyJWK, PyJWKSet
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\jwt\api_jwk.py", line 6, in
from .algorithms import get_default_algorithms
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\jwt\algorithms.py", line 6, in
from .utils import (
File "C:\Applications\SickChill\Python3\tools\lib\site-packages\jwt\utils.py", line 7, in
from cryptography.hazmat.primitives.asymmetric.ec import EllipticCurve
File "C:\Users\Admin Yann\AppData\Roaming\Python\Python38\site-packages\cryptography\hazmat\primitives\asymmetric\ec.py", line 11, in
from cryptography.hazmat._oid import ObjectIdentifier
File "C:\Users\Admin Yann\AppData\Roaming\Python\Python38\site-packages\cryptography\hazmat_oid.py", line 7, in
from cryptography.hazmat.bindings._rust import (
ImportError: DLL load failed while importing _rust: %1 n’est pas une application Win32 valide.