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

Alternative to vyper install as a library #114

Open
antazoey opened this issue Jun 12, 2024 · 2 comments
Open

Alternative to vyper install as a library #114

antazoey opened this issue Jun 12, 2024 · 2 comments

Comments

@antazoey
Copy link
Member

Overview

having vyper installed as a library causes problems in environments where you need a different version than the one we are using.

Specification

two choices:

  1. make vyper an extra and the flattener a more conditional feature
  2. copy in the functionality from vyper as a lib and ship it with ape-vyper to bypass all problems altogether (bit of a SPIKE)

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Copy link

linear bot commented Jun 12, 2024

@antazoey antazoey mentioned this issue Jun 12, 2024
4 tasks
@antazoey
Copy link
Member Author

I tried number 2 and it was not really possible without literally copying all of vyper into Ape just about, it got really messy
so im thinking number 1 is the way

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

Successfully merging a pull request may close this issue.

1 participant