You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks publishing this project! Can't wait to see a product ready trustless Ethereum mixer.
I'm running into some difficulties during the make process.
Because I'm running OSX I'm including additional parameters during the cmake ... && make steps borrowed from the snark-mixer repo. I'm not sure if this is causing issues during the make process, but for whatever reason the /build/src/libmiximus.so file which is required in the test.py/deploy.py files isn't being generated
The following is the output generated when I attempt to run python3 test.py
Traceback (most recent call last):
File "test.py", line 24, in <module>
from deploy import *
File "../snarkWrapper/deploy.py", line 38, in <module>
lib = cdll.LoadLibrary('../build/src/libmiximus.so')
File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py", line 434, in LoadLibrary
return self._dlltype(name)
File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: dlopen(../build/src/libmiximus.so, 6): image not found
Any thoughts as to why this might be occurring?
The text was updated successfully, but these errors were encountered:
First, thanks publishing this project! Can't wait to see a product ready trustless Ethereum mixer.
I'm running into some difficulties during the make process.
Because I'm running OSX I'm including additional parameters during the
cmake ... && make
steps borrowed from the snark-mixer repo. I'm not sure if this is causing issues during the make process, but for whatever reason the/build/src/libmiximus.so
file which is required in the test.py/deploy.py files isn't being generatedThe following is the output generated when I attempt to run
python3 test.py
Any thoughts as to why this might be occurring?
The text was updated successfully, but these errors were encountered: