gras64 / pootle-sync-skill

This skill is for sync language data with pootle
Apache License 2.0
1 stars 1 forks source link

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

Closed andlo closed 4 years ago

andlo commented 4 years ago

Error during install on picroft

pi@picroft1:~/work $ msm install https://github.com/gras64/pootle-sync-skill.git
INFO - building SkillEntry objects for all skills
INFO - Downloading skill: https://github.com/gras64/pootle-sync-skill
INFO - Reading from manifest.yml
INFO - Installing system requirements...
INFO - Installing requirements.txt for pootle-sync-skill
INFO - Problem performing action. Restoring skill to previous state...
INFO - invalidating skills cache
PipRequirementsException: 
Pip returned code 1:
Requirement already satisfied: requests in /home/pi/mycroft-core/.venv/lib/python3.7/site-packages (2.20.0)
Collecting polib
  Downloading polib-1.1.0-py2.py3-none-any.whl (25 kB)
Collecting wget
  Downloading wget-3.2.zip (10 kB)

ERROR: Could not find a version that satisfies the requirement zipfile (from versions: none)
ERROR: No matching distribution found for zipfile
andlo commented 4 years ago

Could it be that it should be zipfile2 and not zipfile ?

https://pypi.org/project/zipfile2/

andlo commented 4 years ago

Or should it be removed and use native zipfile module that I think is in python ?

gras64 commented 4 years ago

thanks did a little bugfix

limitless-insanity commented 1 year ago

Could it be that it should be zipfile2 and not zipfile ?

https://pypi.org/project/zipfile2/

yeah that helped, maybe a version was needed but i didnt new how to write it