Garve / mamimo

A package to compute a marketing mix model.
69 stars 12 forks source link

ERROR: Could not find a version that satisfies the requirement mamimo (from versions: none) #1

Closed entzyeung closed 2 years ago

entzyeung commented 2 years ago

Hello Dr. Robert, I found your article very useful, thank you alot for the sharing. By the way, I am trying to follow your steps in the article, and when I pip install mamimo, it shows me 2 errors, ERROR: Could not find a version that satisfies the requirement mamimo (from versions: none) ERROR: No matching distribution found for mamimo Do you know why is it?

Garve commented 2 years ago

Hi!

Could you try updating your pip version? Because it works for me, I also tried another PC. python -m pip install --upgrade pip

Good luck!

Best Robert

Garve commented 2 years ago

Hi!

This problem was solved by updating to Python 3.9+.

Best Robert

entzyeung commented 2 years ago

Hi!

Could you try updating your pip version? Because it works for me, I also tried another PC. python -m pip install --upgrade pip

Good luck!

Best Robert

yes, it works perfectly now, thank you Dr Garve!