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
I ran into an issue running the maian tool more specifically the maian.py script on windows. I cannot get past importations even though I installed all necessary packages but I now still keep getting this 91m error even though I installed both the solidity compiler and geth.
�[91m[-] Solidity compiler is missing.�[0m Please install it (check http://solidity.readthedocs.io/en/develop/installing-solidity.html) and make sure solc is in the path.
�[91m[-] Go Ethereum is missing.�[0m Please install it (check https://ethereum.github.io/go-ethereum/install/) and make sure geth is in the path.
Those are the two errors I get. Hopefully Someone has an idea what's going on. Tell me if I can provide any further info. I have been stock trying to reinstall and add them to my environment variables through different ways without success. (For further information I am able to run both solc and geth from the environment variables I added to the path by entering geth or solc but the script keeps telling me they are not installed)
I am new to crypto but know my way around python and unix based shells but I can't seem to find a fix for the problem here. Please tell me if you need anymore information. I am trying to run the script on windows 10.
The text was updated successfully, but these errors were encountered:
I ran into an issue running the maian tool more specifically the maian.py script on windows. I cannot get past importations even though I installed all necessary packages but I now still keep getting this 91m error even though I installed both the solidity compiler and geth.
�[91m[-] Solidity compiler is missing.�[0m Please install it (check http://solidity.readthedocs.io/en/develop/installing-solidity.html) and make sure solc is in the path.
�[91m[-] Go Ethereum is missing.�[0m Please install it (check https://ethereum.github.io/go-ethereum/install/) and make sure geth is in the path.
Those are the two errors I get. Hopefully Someone has an idea what's going on. Tell me if I can provide any further info. I have been stock trying to reinstall and add them to my environment variables through different ways without success. (For further information I am able to run both solc and geth from the environment variables I added to the path by entering geth or solc but the script keeps telling me they are not installed)
I am new to crypto but know my way around python and unix based shells but I can't seem to find a fix for the problem here. Please tell me if you need anymore information. I am trying to run the script on windows 10.
The text was updated successfully, but these errors were encountered: