smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.67k stars 2.89k forks source link

ParserError. Tried compile version 0.6.0, 0.8.0, 0.8.17,... and a bunch more but none worked #1818

Open MrPotatoHead-Dev opened 1 year ago

MrPotatoHead-Dev commented 1 year ago

ParserError: Source file requires different compiler version (current compiler is 0.8.17+commit.8df45f5f.Windows.msvc) - note that nightly builds are considered to be strictly less than the released version --> C:/Users/jaden/.brownie/packages/smartcontractkit/chainlink-brownie-contracts@1.1.1/contracts/src/v0.6/VRFConsumerBase.sol:2:1: | 2 | pragma solidity ^0.6.0;

Any help would be greatly appreciated.

Cheers