ImportError: DLL load failed while importing _rust: No se encontró el proceso especificado. #10388
Labels
waiting-on-reporter
Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.
Version of Python: 3.9.1
cryptography
: 42.0.2cffi
: 1.16.0pip
: 24.0wheel
: 0.42.0setuptools
: 69.1.0Operative System
: Windows 11How you installed
cryptography
: I installedparamiko
using the commandpip install paramiko
, andcryptography
was automatically installed as a dependency.Clear steps for reproducing your bug:
pipenv shell
paramiko
usingpip install paramiko
import paramiko
Output - Error:
Traceback (most recent call last):
File "C:...\repo\error.py", line 1, in
import paramiko
File "C:....virtualenvs\repo\lib\site-packages\paramiko_init_.py", line 22, in
from paramiko.transport import (
File "C:....virtualenvs\repo\lib\site-packages\paramiko\transport.py", line 33, in
from cryptography.hazmat.primitives.ciphers import algorithms, Cipher, modes
File "C:....virtualenvs\repo\lib\site-packages\cryptography\hazmat\primitives\ciphers_init_.py", line 11, in
from cryptography.hazmat.primitives.ciphers.base import (
File "C:....virtualenvs\repo\lib\site-packages\cryptography\hazmat\primitives\ciphers\base.py", line 10, in
from cryptography.exceptions import (
File "C:....virtualenvs\repo\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: Specified process not found.
The text was updated successfully, but these errors were encountered: