I am using django in docker container. I install stripe with this command docker-compose exec web pipenv install stripe==2.32.0 . This gave me successful message al
docker-compose exec web pipenv install stripe==2.32.0