Missing github
or pypi
dir on install will trigger Vyper error No such file or directory
#209
Labels
github
or pypi
dir on install will trigger Vyper error No such file or directory
#209
It happens when we install a project with only pypi dependencies (or only GitHub). It seems that telling Vyper compiler to check the specific lib dirs triggers the errors:
"vyper.command": "vyper -p ./lib/github -p ./lib/pypi"
Fixed if we manually add
github
dir inside thelib
dir. But maybe we can do something about it?Moccasin CLI v0.3.6
The text was updated successfully, but these errors were encountered: