0

I want to install a swagger client to use the ESCO API, https://ec.europa.eu/esco/api/doc/esco_api_doc.html

When I install it locally with pip, it runs fine and I have it available, but I haven't been able to run in pipenv or poetry in order to use it in my virtual environments

Local installation that succeded

pip install git+https://github.com/dalvarezdc/swagger_client_python.git 
...
Successfully installed swagger-client-1.0.0

Pipenv installation that failed

pipenv install git+https://github.com/dalvarezdc/swagger_client_python.git
Installing git+https://github.com/dalvarezdc/swagger_client_python.git...
✘ Installation Failed 

I will like to install it in my virtual environment, at least in pipenv

The Dan
  • 1,408
  • 6
  • 16
  • 41

0 Answers0