ApeWorX / ape-vyper

Vyper compiler plugin for the Ape Framework, using VVM
https://www.apeworx.io/
Apache License 2.0
26 stars 9 forks source link

bug: ImportError: cannot import name 'Abort' from 'ape.utils' #24

Closed sabotagebeats closed 2 years ago

sabotagebeats commented 2 years ago

Environment information

$ ape --version
0.1.0a26.dev27+g780346e.d20211101

$ ape plugins list
WARNING: Error loading plugin package 'ape_vyper'.
        ImportError: cannot import name 'Abort' from 'ape.utils'

What went wrong?

ape vyper no longer works ImportError: cannot import name 'Abort' from 'ape.utils'

$ape compile
WARNING: Error loading plugin package 'ape_vyper'.
        ImportError: cannot import name 'Abort' from 'ape.utils' ****
sabotagebeats commented 2 years ago

fix:

cd ~/ape/ape-vyper
git pull
pip install -e .
cd ~/ape/vyper-token
ape compile
sabotagebeats commented 2 years ago

upgrading to the newest ape vyper fixes this issue