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

Problems compiling the scrypt dependency on Windows #1296

Open
robertydoc opened this issue Nov 19, 2024 · 4 comments
Open

Problems compiling the scrypt dependency on Windows #1296

robertydoc opened this issue Nov 19, 2024 · 4 comments

Comments

@robertydoc
Copy link

  LINK : fatal error LNK1181: nÆo foi poss¡vel abrir o arquivo de entrada 'libcrypto_static.lib'
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for scrypt
Failed to build scrypt
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (scrypt)

@nucleus3
Copy link

try to install OpenSSL 1.1.1d 10 Sep 2019
set INCLUDE=C:\Program Files\OpenSSL-Win64\include;%INCLUDE% set LIB=C:\Program Files\OpenSSL-Win64\lib;%LIB%

@beitanam
Copy link

beitanam commented Dec 5, 2024

Can't find OpenSSL 1.1.1d's MSI or EXE for install - and modern OpenSSL no longer works with scrypt.
I'd also like to note its starting to get a bit more tedious to install mtkclient on Windows.
Scrypt already had its whole vs tools going on, then fuse got added to the issue and now again scrypt because its using outdated OpenSSL?

@matushalicka
Copy link

@scxtt-nc
Copy link

scxtt-nc commented Dec 9, 2024

I used 1.1.1w from here https://web.archive.org/web/20231102102311/https://slproweb.com/products/Win32OpenSSL.html

I have confirmed that installing OpenSSL version 1.1.1w resolves this issue.
{1F0730B1-1666-4667-80F3-7C8EC52B0338}

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

5 participants