bitshares / bitshares/python-bitshares
Cannot import bitshares aio
- Ngôn ngữ chính
- Python
- Star
- 162
- Fork
- 164
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi! I was looking into async bitshares module but seems it's not usable right now?
What I'm doing wrong. The above exception appears even with the example code.
import asyncio
from bitshares.aio import BitShares
from bitshares.aio.instance import set_shared_bitshares_instance
```
async def info(loop, bitshares):
await bitshares.connect()
set_shared_bitshares_instance(bitshares)
print(await bitshares.info())
def main():
loop = asyncio.get_event_loop()
bitshares = BitShares(loop=loop)
loop.run_until_complete(info(loop, bitshares))
if __name__ == '__main__':
main()
```
Traceback
```
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\work\outsource\crowdwiz\venv\lib\site-packages\bitshares\aio\__init__.py", line 2, in
from .bitshares import BitShares
File "C:\work\outsource\crowdwiz\venv\lib\site-packages\bitshares\aio\bitshares.py", line 8, in
from bitsharesapi.aio.bitsharesnoderpc import BitSharesNodeRPC
ModuleNotFoundError: No module named 'bitsharesapi.aio'
python-BaseException
```
Hướng dẫn đóng góp
Hướng nghiên cứu
Start with bitshares/aio/__init__.py and bitshares/aio/bitshares.py, then reproduce the import using the example code and inspect why bitsharesapi.aio cannot be loaded. Done means the async BitShares import succeeds and the provided example can proceed past initialization.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- blockchain
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100