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

Pip installation is broken #2

Open
maxmalysh opened this issue Sep 19, 2016 · 1 comment
Open

Pip installation is broken #2

maxmalysh opened this issue Sep 19, 2016 · 1 comment
Assignees

Comments

@maxmalysh
Copy link

>>> import pymonero
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.5/site-packages/pymonero/__init__.py", line 1, in <module>
    from . import core
  File "/usr/local/lib/python3.5/site-packages/pymonero/core.py", line 2, in <module>
    from . import bitmonerod as _bitmonerod
ImportError: cannot import name 'bitmonerod'

Installed via pip3 install git+https://github.com/Monero-Monitor/pymonero.git
Python 3.5.1, OS X 10.11.

Looks like using absolute imports will fix this.

@bigreddmachine bigreddmachine self-assigned this Sep 19, 2016
@bigreddmachine
Copy link
Contributor

Thanks for the issue. I need to do some work on this package with the new Monero version release anyway, and have been needing to get things working correctly with pip.

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

2 participants