We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running python 3.7.3 on google cloud using pip install mail2gg and I keep getting the following error
Could not find a version that satisfies the requirement mail2gg (from versions: ) No matching distribution found for mail2gg
I'm a bit stumped as to why this would be happening
The text was updated successfully, but these errors were encountered:
@gogoguerilla I'm getting the same error. Have you been able to figure it out?
Sorry, something went wrong.
Try python3 -m pip install mail2gg
python3 -m pip install mail2gg
As @vazome mentioned, you gotta use py3. I managed to get it going with pip3 install mail2gg
pip3 install mail2gg
Can someone update the instructions so people aren't confused?
No branches or pull requests
Running python 3.7.3 on google cloud using pip install mail2gg and I keep getting the following error
Could not find a version that satisfies the requirement mail2gg (from versions: ) No matching distribution found for mail2gg
I'm a bit stumped as to why this would be happening
The text was updated successfully, but these errors were encountered: