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

The problem when starting the server #3

Open
VASSERMAN521 opened this issue Jul 28, 2024 · 1 comment
Open

The problem when starting the server #3

VASSERMAN521 opened this issue Jul 28, 2024 · 1 comment

Comments

@VASSERMAN521
Copy link

VASSERMAN521 commented Jul 28, 2024

I have not been able to find a solution to this problem on my own(

I use the command "python" instead of "py", because "py" in my case refers to python 3.12. Maybe this is the problem?

PS C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked> python server.py
Traceback (most recent call last):
File "C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked\server.py", line 20, in
from OpenSSL import crypto, SSL
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL_init_.py", line 8, in
from OpenSSL import SSL, crypto
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL\SSL.py", line 11, in from OpenSSL._util import (
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\OpenSSL_util.py", line 6, in
from cryptography.hazmat.bindings.openssl.binding import Binding
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\cryptography\hazmat\bindings\openssl\binding.py", line 15, in
from cryptography.exceptions import InternalError
File "C:\Users\USER\AppData\Local\Programs\Python\Python39\lib\site-packages\cryptography\exceptions.py", line 9, in
from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions
ImportError: DLL load failed while importing _rust: Не найдена указанная процедура.
PS C:\Users\USER\Desktop\Vape-V4-Crack-main\Vape V4 Cracked> py server.py

@Kolhax
Copy link
Owner

Kolhax commented Sep 29, 2024

read the common issues, simply :
pip install --upgrade --force-reinstall pyOpenSSL
and to select the py version you want simply:
py -3.11 server.py for example to start with 3.11 (has to be installed aswell)
and if you want to avoid packages conflicts please use pyvenv

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

2 participants