Open kmazi opened 2 years ago
Module depends on requests....place requests above it and try again.
Yea placing request above it works but I'm wondering why a package won't install it's dependencies.
It's probably the way it was packaged by it's author...wanted to clone and repackage it after no luck trying to reach out to it's developer but there's a lot of it's clone on PYPI. Haven't tried any though
I do not understand the "above". Please how do I place the requests above. I am currently having the same issues
I do not understand the "above". Please how do I place the requests above. I am currently having the same issues
Pending on your environment setup...if your're using pipenv, you place the "requests" dependency above the pypaystack in the Pipfile then install it
I don't think the package is still maintained by it's developers...i tried writing once but got no reply...there are many forks of this project on pypi but i remember what i did then was to clone this project and install only requests...it doesn't break this way when pushing to heroku but then, not the best solution out there.
Am new to this whole thing, I still do not understand.
I have both things installed already
you know what uninstall all and try this out i created a video to show how i fixed the issue https://youtu.be/MrqWC1ByqKo
Hi! I've republished this package as pypaystack2
pip install pypaystack2
No major changes were made it still works like pypaystack but you'll have to import from pypaystack2 more info at PyPaystack2
Just published a new version. I made some changes that aren't backwards compatible with it. But I've tried hard to create a documentation for it you can check it out here. https://pypi.org/project/pypaystack2/
Hi! I just got a message from someone trying to use pypaystack2 about a bug. "error importing Optional from optparse". that's my fault. if you're experiencing the same issue i've fixed it in the version 1.0.1.
Just added a simple tutorial to the documentation. you can find it out here https://gray-adeyi.github.io/pypaystack2/paystack-client-turorial.html
Merry Christmas developers! I'm glad to announce the release of version 1.0.2 of pypaystack2. Fixed bugs and included the the new Terminal API from paystack and a new way of using the API wrappers more info in the link https://gray-adeyi.github.io/pypaystack2/how-to-guides/
When I try to build an image of my python flask app, other packages in the requirement files are downloaded except
pypaystack
when I runpip install -r requirements.txt
. I'm using python 3.10.1 python image. The failure message is similar to this:Has anyone experienced this before? If yes, how did you resolve it?