ApeWorX / ape

The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
https://apeworx.io
Apache License 2.0
889 stars 131 forks source link

ImportError within ape_trezor plugin #327

Closed NotPeopling2day closed 2 years ago

NotPeopling2day commented 2 years ago

Plugin ticket

https://github.com/ApeWorX/ape-trezor/issues/9

Environment information

$ ape --version
0.1.0b1

$ ape plugins list
Installed Plugins:
  infura     0.1.0a4
  trezor     0.1.0a1

What went wrong?

Installed plugin and attempted to add trezor account

$ ape plugins add trezor
$ ape trezor add test

WARNING: Unable to load CLI endpoint for plugin 'ape_trezor'
        ImportError: cannot import name 'Abort' from 'ape.utils' (/Users/worx/ape/src/ape/utils.py)
        (Use `--verbosity DEBUG` to see full stack-trace)
Usage: ape [OPTIONS] COMMAND [ARGS]...
Try 'ape -h' for help.

Error: No such command 'trezor'.

How can it be fixed?

Fill this in if you have ideas on how the bug could be fixed.

fubuloubu commented 2 years ago

ape-trezor broken, just needs to update to latest ape core. Shouldn't be an issue here

antazoey commented 2 years ago

This got done