You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParserError: Source "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol" not found: File not found. Searched the following locations: "".
#20
Open
ujwanviera opened this issue
Oct 7, 2022
· 4 comments
I am taking @PatrickAlphaC tutorial but I am stack at one point. Brownie Fund Me course. I tried to compile it but it does not work.
here are my file (as the one provided by @PatrickAlphaC in the course repo).
Error:
brownie-config.yaml:
FundMe.sol (a part of it as I copied it from the course repo and made no modifications):
Any idea of why I am having this error? I have been browsing on google trying to figure it out but with no success.
In my attempts I created a setting.json file as in some posts some one suggested that it works with it but for me the error kept coming up
setting.json:
Thank you.
The text was updated successfully, but these errors were encountered:
I faced a similar issue and I ended up just using the same version as in the videos provided and that solved it. For example in your contract use pragma solidity 0.6.6;
And then import version 0.6 of the aggregatorV3Interface.sol
I faced a similar issue and I ended up just using the same version as in the videos provided and that solved it. For example in your contract use pragma solidity 0.6.6; And then import version 0.6 of the aggregatorV3Interface.sol
I am taking @PatrickAlphaC tutorial but I am stack at one point. Brownie Fund Me course. I tried to compile it but it does not work.
![image](https://user-images.githubusercontent.com/85238382/194650437-fa0091e6-159f-4d7a-aa6a-0256b14696db.png)
here are my file (as the one provided by @PatrickAlphaC in the course repo).
Error:
brownie-config.yaml:
![image](https://user-images.githubusercontent.com/85238382/194649199-81d7ff43-7f8f-47f7-912e-971e30faadba.png)
FundMe.sol (a part of it as I copied it from the course repo and made no modifications):
Any idea of why I am having this error? I have been browsing on google trying to figure it out but with no success.
![image](https://user-images.githubusercontent.com/85238382/194651006-d4c24f93-9852-4592-8e51-2db23c9c2d43.png)
In my attempts I created a setting.json file as in some posts some one suggested that it works with it but for me the error kept coming up
setting.json:
Thank you.
The text was updated successfully, but these errors were encountered: