darkmarket
darkmarket copied to clipboard
Can't get this to work with OSX 10.9
This is the error I get:
Traceback (most recent call last):
File "node/tornadoloop.py", line 6, in
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
Try running it ./run.sh -q
Same outcome :(
Thanks for your help though.
Did you install pyelliptic?
Yes, I've followed your updated "read me" for OSX.
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.
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...
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
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.
You're the best
Good evening