XaviTorello / mail2googlegroup

Import email to Google Groups. Migration tool (imap and mbox)
GNU Affero General Public License v3.0
31 stars 7 forks source link

error when installing #7

Open gogoguerilla opened 3 years ago

gogoguerilla commented 3 years ago

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

Erambal commented 3 years ago

@gogoguerilla I'm getting the same error. Have you been able to figure it out?

vazome commented 3 years ago

Try python3 -m pip install mail2gg

mrk3767 commented 2 years ago

As @vazome mentioned, you gotta use py3. I managed to get it going with pip3 install mail2gg

siliconpi commented 1 year ago

Can someone update the instructions so people aren't confused?