Insta-mass-account-creator
Insta-mass-account-creator copied to clipboard
Could not find a version that satisfies the requirement pymailutils==0.1 ,No matching distribution found for pymailutils==0.1
run pip install -r requirements.txt
Could not find a version that satisfies the requirement pymailutils==0.1 (from -r requirements.txt (line 8)) (from versions: ) No matching distribution found for pymailutils==0.1 (from -r requirements.txt (line 8)) You are using pip version 18.0, however version 19.1.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
As Answered in Issue #72 "You need to use the proper git URL: https://github.com/matteogaito/pymailutils
pip install git+git://github.com/matteogaito/pymailutils.git
or
pip install git+https://github.com/matteogaito/pymailutils.git
Also see the VCS Support section of the pip documentation."
As Answered in Issue #72 "You need to use the proper git URL: https://github.com/matteogaito/pymailutils
pip install git+git://github.com/matteogaito/pymailutils.git
or
pip install git+https://github.com/matteogaito/pymailutils.git
Also see the VCS Support section of the pip documentation."
Thanks for your reply
after i type : pip install git+git://github.com/matteogaito/pymailutils.git
this problem arises
I got the same I think because the project doesn't find the mechanicalsoup4 of simple.
If u found the solutions @nizarganteng reply me pls
it a module for Emails they changed it name to mailutil
write pip install mailutil
but i don't know if it still works on this project