Insta-mass-account-creator icon indicating copy to clipboard operation
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

Open nizarganteng opened this issue 5 years ago • 5 comments

run pip install -r requirements.txt

Screenshot_3

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.

nizarganteng avatar May 19 '19 07:05 nizarganteng

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."

t0malbrecht avatar May 28 '19 18:05 t0malbrecht

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 Screenshot_6

nizarganteng avatar May 29 '19 01:05 nizarganteng

I got the same I think because the project doesn't find the mechanicalsoup4 of simple.

SofianeBoumedine avatar May 30 '19 11:05 SofianeBoumedine

If u found the solutions @nizarganteng reply me pls

SofianeBoumedine avatar May 30 '19 11:05 SofianeBoumedine

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

Abdullah-Pele avatar Jul 01 '19 22:07 Abdullah-Pele