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
>>> 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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: