IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

requirements file issue with new core #95

Closed mamoonraja closed 3 years ago

mamoonraja commented 3 years ago

I tried switching from 3.3.4 to 3.3.5 and I am seeing the following error:

image

rmkeezer commented 3 years ago

https://github.com/IBM/python-sdk-core/pull/94 solves this issue and has been included in 3.3.6. I needed to add a MANIFEST.in file to load the requirements.txt file in the setup.py requirements like in the sdk template.