darkmarket icon indicating copy to clipboard operation
darkmarket copied to clipboard

Can't get this to work with OSX 10.9

Open Saturnix opened this issue 10 years ago • 11 comments

This is the error I get:

Traceback (most recent call last): File "node/tornadoloop.py", line 6, in from zmq.eventloop import ioloop, zmqstream ImportError: No module named zmq.eventloop /darkmarket-master/run.sh: line 12: [: =: unary operator expected /darkmarket-master/run.sh: line 13: xdg-open: command not found /darkmarket-master/run.sh: line 14: xdg-open: command not found myComputer:darkmarket-master Saturnix$ Traceback (most recent call last): File "node/tornadoloop.py", line 6, in from zmq.eventloop import ioloop, zmqstream ImportError: No module named zmq.eventloop

Saturnix avatar Apr 24 '14 00:04 Saturnix

Installed pyzmq with

sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install pyzmq

Still not working. Getting this errors:

Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 3, in import pyelliptic as ec File "/Library/Python/2.7/site-packages/pyelliptic/init.py", line 14, in from .openssl import OpenSSL File "/Library/Python/2.7/site-packages/pyelliptic/openssl.py", line 398, in OpenSSL = _OpenSSL(libname) File "/Library/Python/2.7/site-packages/pyelliptic/openssl.py", line 171, in init self.EVP_aes_128_ctr = self._lib.EVP_aes_128_ctr File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/init.py", line 378, in getattr func = self.getitem(name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/init.py", line 383, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: dlsym(0x7fc369ca7bf0, EVP_aes_128_ctr): symbol not found /darkmarket-master/run.sh: line 12: [: =: unary operator expected /darkmarket-master/run.sh: line 13: xdg-open: command not found /darkmarket-master/run.sh: line 14: xdg-open: command not found myComputer:darkmarket-master Username$ Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 3, in import pyelliptic as ec File "/Library/Python/2.7/site-packages/pyelliptic/init.py", line 14, in from .openssl import OpenSSL File "/Library/Python/2.7/site-packages/pyelliptic/openssl.py", line 398, in OpenSSL = _OpenSSL(libname) File "/Library/Python/2.7/site-packages/pyelliptic/openssl.py", line 171, in init self.EVP_aes_128_ctr = self._lib.EVP_aes_128_ctr File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/init.py", line 378, in getattr func = self.getitem(name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/init.py", line 383, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: dlsym(0x7fbfa0d188e0, EVP_aes_128_ctr): symbol not found

Saturnix avatar Apr 24 '14 00:04 Saturnix

Try running it ./run.sh -q

hoffmabc avatar Apr 24 '14 00:04 hoffmabc

Same outcome :(

Thanks for your help though.

Saturnix avatar Apr 24 '14 01:04 Saturnix

Did you install pyelliptic?

hoffmabc avatar Apr 24 '14 01:04 hoffmabc

Yes, I've followed your updated "read me" for OSX.

Saturnix avatar Apr 24 '14 16:04 Saturnix

Actually I think your issue stems from OpenSSL and pyelliptic. See https://github.com/yann2192/pyelliptic/issues/11

What version of OpenSSL and pyelliptic you using? I am using 1.0.1g and pyelliptic 1.5.2

It sounds like upgrading OpenSSL might fix it as well.

hoffmabc avatar Apr 24 '14 17:04 hoffmabc

Will try to upgrade and report back. Current versions are:

openssl version OpenSSL 0.9.8y 5 Feb 2013

pip install PyElliptic Requirement already satisfied (use --upgrade to upgrade): PyElliptic in /Library/Python/2.7/site-packages Cleaning up...

Saturnix avatar Apr 25 '14 19:04 Saturnix

OpenSSL update was a pain in the arse (thanks OSX) but I'm now running v1.0.1g

Still no success. Seems like "obelisk" is missing.

/darkmarket-master/run.sh: line 12: [: =: unary operator expected /darkmarket-master/run.sh: line 13: xdg-open: command not found /darkmarket-master/run.sh: line 14: xdg-open: command not found myComputer:darkmarket-master Saturnix$ Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 10, in import obelisk ImportError: No module named obelisk Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 10, in import obelisk ImportError: No module named obelisk

Saturnix avatar Apr 25 '14 19:04 Saturnix

That's good though. Now you need to install python-obelisk.

On Apr 25, 2014, at 3:30 PM, "Saturnix" <[email protected]mailto:[email protected]> wrote:

OpenSSL update was a pain in the arse (thanks OSX) but I'm now running v1.0.1g

Still no success.

/darkmarket-master/run.sh: line 12: [: =: unary operator expected /darkmarket-master/run.sh: line 13: xdg-open: command not found /darkmarket-master/run.sh: line 14: xdg-open: command not found myComputer:darkmarket-master Saturnix$ Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 10, in import obelisk ImportError: No module named obelisk Traceback (most recent call last): File "node/tornadoloop.py", line 10, in from crypto2crypto import CryptoTransportLayer File "/darkmarket-master/node/crypto2crypto.py", line 10, in import obelisk ImportError: No module named obelisk

— Reply to this email directly or view it on GitHubhttps://github.com/genjix/darkmarket/issues/2#issuecomment-41430717.

hoffmabc avatar Apr 25 '14 19:04 hoffmabc

You're the best

ArthurGrizzle avatar Dec 30 '23 19:12 ArthurGrizzle

Good evening

ArthurGrizzle avatar Dec 30 '23 19:12 ArthurGrizzle