snyk-labs / pysnyk

A Python client for the Snyk API.

Home Page:https://snyk.docs.apiary.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error running "pip install pysnyk"

drychetnik opened this issue · comments

I get the following error when running "pip install pysnyk":
ERROR: Could not find a version that satisfies the requirement pysnyk (from versions: none)
ERROR: No matching distribution found for pysnyk

I am somewhat new to Python. Am I doing something wrong?

Hi @drychetnik.

Which version of Python are you using? I think the most likely cause of the issue here is you have an old version. pysnyk requires at least Python 3.7. https://pypi.org/project/pysnyk/

Okay, yeah that looks to be the issue. Thanks!
$ python --version
Python 3.6.8