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

Windows Installer doesn't seem to work anymore #42

Open
yannlet opened this issue Oct 19, 2022 · 0 comments
Open

Windows Installer doesn't seem to work anymore #42

yannlet opened this issue Oct 19, 2022 · 0 comments

Comments

@yannlet
Copy link

yannlet commented Oct 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant