aws-step-functions-data-science-sdk-python
aws-step-functions-data-science-sdk-python copied to clipboard
pip install stepfunctions fails in SageMaker Studio Notebook
What did you do?
pip install stepfunctions fails in SageMaker Studio NotebookNotebook is using the Python3 (Data Science) kernel.
Reproduction Steps
pip install stepfunctionsWhat did you expect to happen?
I expected to be able to install AWS stepfunctions.What actually happened?
/opt/conda/lib/python3.7/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes insteadfrom cryptography.utils import int_from_bytes /opt/conda/lib/python3.7/site-packages/secretstorage/util.py:25: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead from cryptography.utils import int_from_bytes Collecting stepfunctions Using cached stepfunctions-2.3.0.tar.gz (67 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [22 lines of output]
/opt/conda/lib/python3.7/site-packages/setuptools/dist.py:760: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
% (opt, underscore_opt)
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
Environment
- **AWS Step Functions Data Science Python SDK version : 2.3.0
- Python Version: 3.7
Other
This is :bug: Bug Report