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

Can't get this to work with OSX 10.9 #2

Open
Saturnix opened this issue Apr 24, 2014 · 11 comments
Open

Can't get this to work with OSX 10.9 #2

Saturnix opened this issue Apr 24, 2014 · 11 comments

Comments

@Saturnix
Copy link

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
Copy link
Author

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

@hoffmabc
Copy link

Try running it ./run.sh -q

@Saturnix
Copy link
Author

Same outcome :(

Thanks for your help though.

@hoffmabc
Copy link

Did you install pyelliptic?

@Saturnix
Copy link
Author

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

@hoffmabc
Copy link

Actually I think your issue stems from OpenSSL and pyelliptic. See yann2192/pyelliptic#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.

@Saturnix
Copy link
Author

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
Copy link
Author

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

@hoffmabc
Copy link

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

On Apr 25, 2014, at 3:30 PM, "Saturnix" <notifications@github.commailto:notifications@github.com> 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//issues/2#issuecomment-41430717.

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

3 participants
@hoffmabc @Saturnix and others