mkapi
mkapi copied to clipboard
pip install mkapi not working
When running pip install mkapi:
Could not find a version that satisfies the requirement mkapi (from versions: ) No matching distribution found for mkapi
Could you show the log of pip command?
@CarlosVaquero I got the same message. Probably you are running a python version lower than 3.7 (see your version with python -V), while mkapi supports python 3.7+