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

[BUG] libcrypto_c_exports.so is missing #1396

Closed
1 task done
maoryadin opened this issue Jul 15, 2024 · 4 comments
Closed
1 task done

[BUG] libcrypto_c_exports.so is missing #1396

maoryadin opened this issue Jul 15, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@maoryadin
Copy link

maoryadin commented Jul 15, 2024

What happened

we have compiled with pyInstaller, run the exe and the error we get is the we are missing libcrypto_c_exports.co

Stack trace

on mac:
RuntimeError: Couldn't find libcrypto_c_exports

on windows:
Error with LoadLibraryEx is missing.

Steps to reproduce

SDK Version

latest

Python version

3.10.12

What operating system are you using?

Windows, Mac

Is there an existing issue for this?

  • I have searched the existing issues and verified no issue exits for this problem.
@maoryadin maoryadin added the bug Something isn't working label Jul 15, 2024
@ddoktorski
Copy link
Collaborator

Hi @maoryadin
The issue doesn't seem to be a common one that needs changes in the codebase. Please check the Windows installation section in our documentation. If you need more help, feel free to ask questions on the dedicated starknet.py discord support channel.

@maoryadin
Copy link
Author

Hi @maoryadin The issue doesn't seem to be a common one that needs changes in the codebase. Please check the Windows installation section in our documentation. If you need more help, feel free to ask questions on the dedicated starknet.py discord support channel.

Tried to join the starknet discord server, the invites is paused.

anyway:
File "crypto_cpp_py/cpp_bindings.py", line 96, in <module> File "crypto_cpp_py/cpp_bindings.py", line 45, in load_cpp_lib File "crypto_cpp_py/cpp_bindings.py", line 36, in get_cpp_lib_file RuntimeError: Couldn't find libcrypto_c_exports
it is not a wide or known error?

@ddoktorski
Copy link
Collaborator

There is a known issue with libcrypto_c_exports during installation on Windows. Have you tried following the steps from the documentation I previously sent?

@maoryadin
Copy link
Author

There is a known issue with libcrypto_c_exports during installation on Windows. Have you tried following the steps from the documentation I previously sent?

The installation of the mingw-w64 and so is not reallistic if i need this to be compiled and run on a client user.
i will not install and change the client path settings.
There should be another solution for sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants