smartcontractkit / full-blockchain-solidity-course-py

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

from brownie import * doesnt work #1760

Open LMA033 opened 1 year ago

LMA033 commented 1 year ago

Hi, a brownie is installed successfully, but it doesn't recognize from brownie import command

Screenshot 2022-10-28 at 11 50 40
K-Konstantinidis commented 1 year ago

Have you tried changing your interpreter? If not either click at the bottom right at 3.8.9 64-bit (Your python interpreter) or open command pallete: Ctrl+Shift+P -> Type python select -> click Python: Select Interpreter

And then enter a new interpreter path which will probably look like this: ~.local\pipx\venvs\eth-brownie\Scripts

Answer from: Import "brownie" could not be resolved in Pylance