Lesson 4 - Beginner to Expert Python Tutorial - 3:56:40 - Having alot of trouble using python deploy.py #1582
Replies: 5 comments 12 replies
-
Hello @richwealthyandsuccessful |
Beta Was this translation helpful? Give feedback.
-
Just attempted again with a new account and new private key, but the same error appeared. |
Beta Was this translation helpful? Give feedback.
-
It says 1000 ETH in all the accounts which I'm attempting to use for deploying the contract, I'm using ganache from the terminal because I'm using the VSCode Ganache Extension, I was unable to get ganache to open with the visual mnemonic. The gas price is set to: 2000000000, which I'm assuming is "wei" rather than "eth" I'm not sure whats wrong here in that case? I'm not entirely sure I can amend the gas price through the terminal. |
Beta Was this translation helpful? Give feedback.
-
Okay, I ran
I spoke to Trufflesuite customer support and they said that because I'm using a Chromebook with ChromeOS/ Linux Beta there might be comparability issues which is causing errors. Does this mean I need a mac to proceed? |
Beta Was this translation helpful? Give feedback.
-
Okay, so since running: I then ran the same command to attempt to download ganache: This seems to have worked now, as I'm getting the following: Okay, so can I now proceed to deploy my contract? Because previously I had trouble actually getting the Ganache Workspace to open up (the quick start home screen). It wouldn't allow me to double click the file like you would typically on a windows or mac. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
At present my code is...
But when I use
python3 deploy.py
orpython deploy.py
all I'm receiving is errors like this....Not sure where I'm going wrong here? Could anybody help, so I can continue with this tutorial.
For some more information, I'm using a Chromebook, Chrome OS, VSCode and I've downloaded the dependencies, but currently using Ganache's extension from VSCode.
Beta Was this translation helpful? Give feedback.
All reactions