plaid/plaid-python

Python 3.9.x version not supported...

l2radamanthys opened this issue · 1 comments

I need more specific installation requirements for Plaid. Currently, I'm unable to integrate the library into my project, even though it meets the dependencies outlined.

pipenv install python-plaid --verbose                                   1 ↵
Loading .env environment variables...
Installing python-plaid...
Resolving python-plaid...
Adding python-plaid to Pipfile's [packages] ...
✔ Installation Succeeded
Pipfile.lock (8b65e1) out of date, updating to (d93a45)...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
⠦ Locking...CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Could not find a version that satisfies the requirement python-plaid (from versions: none)
✘ Locking Failed!

Mi current Pipfile is

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
django = "==2.2.7"
isort = ">=5.5.3"
aiohttp = "==3.6.2"
async-timeout = "==3.0.1"
attrs = "==20.2.0"
backcall = "==0.2.0"
colorama = "==0.4.3"
iniconfig = "==1.0.1"
maxminddb = "==2.0.2"
prompt-toolkit = "==3.0.7"
pytest = "==6.1.0"
sqlparse = "==0.3.1"
tqdm = "==4.50.0"
urllib3 = "==1.25.10"
yarl = "==1.6.0"
zipp = "==3.2.0"
dj-static = "==0.0.6"
dj-database-url = "==0.5.0"
ipdb = "==0.13.3"
"psycopg2-binary" = "==2.8.6"
watchdog = "==0.10.3"
honcho = "==1.0.1"
gunicorn = "==20.0.4"
"flake8" = "==3.8.3"
"flake8-colors" = "==0.1.6"
django-cors-headers = "==3.5.0"
djangorestframework-jsonapi = "==3.2.0"
djangorestframework = "==3.11.1"
django-filter = "==2.4.0"
xlrd = "==2.0.1"
openpyxl = "==3.0.9"
pillow = "==8.3.2"
python-dateutil = "==2.8.1"
django-polymorphic = "==3.0.0"
rq = "==1.3.0"
django-rq = "==2.3.1"
django-import-export = "==2.3.0"
pytest-django = "==3.10.0"
pytest-watch = "==4.2.0"
wget = "==3.2"
six = "==1.15.0"
beautifulsoup4 = "==4.9.2"
click = "==7.1.2"
django-crontab = "==0.7.1"
sentry-sdk = "==1.9.0"
django-ipware = "==3.0.1"
django-easy-audit = "==1.3.0"
django-constance = {extras = ["redis"],version = "==2.7.0"}
markdown = "==3.2.2"
geoip2 = "==4.1.0"
django-chroniker = "==1.0.22"
xlsxwriter = "==1.3.6"
pypdf = "==1.13"
reportlab = "==3.5.68"
pypdf2 = "==1.26.0"
pypdf3 = "==1.0.1"
twilio = "==6.45.4"
stripe = "==2.63.0"
zoomus = "==1.2.1"
requests = "==2.26.0"
importlib-metadata = "===1.7.0"
faker = "==10.0.0"
bitpay = "==2.6.1910"
cryptography = "==36.0.1"
ua-parser = "==0.10.0"
pdfkit = "==1.0.0"

[requires]
python_version = "3.9.8"

[dev-packages]
pylint = "<2.0.0"

thanks you.

It looks like you're trying to install the wrong package. The name of the package is plaid-python, not python-plaid