blockfrost / blockfrost-python

Python 3 SDK for the Blockfrost.io API.
https://blockfrost.io/
Apache License 2.0
67 stars 17 forks source link

No matching distribution found for blockfrost-python #15

Closed tars01 closed 2 years ago

tars01 commented 2 years ago

I'm having an issue installing via pip. I have tried different machines but it's the same issues.

Tried Python 3.6.8 and 3.6.9.

Any assistance appreciated.

(development_env) root@tars:~$ pip install blockfrost-python
Collecting blockfrost-python
  Could not find a version that satisfies the requirement blockfrost-python (from versions: )
No matching distribution found for blockfrost-python
mathiasfrohlich commented 2 years ago

@tars01 Thanks for reaching out.

Python 3.6 has exceeded end life support.

So this package has been configured with Requires: Python >=3.7, <4.
That is why a version for 3.6 is not showing.
I will highly suggest you upgrade your python version, to a version that receives security fixes.

Hope this clears up the issue you encountered.

tars01 commented 2 years ago

@tars01 Thanks for reaching out.

Python 3.6 has exceeded end life support.

So this package has been configured with Requires: Python >=3.7, <4. That is why a version for 3.6 is not showing. I will highly suggest you upgrade your python version, to a version that receives security fixes.

Hope this clears up the issue you encountered.

OK great, thank you for this. I will upgrade now.

mathiasfrohlich commented 2 years ago

You are welcome. I will close this issue, feel free to reach out if you encounter any other issues.