-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Python are you using?
3.9
- What operating system and processor architecture are you using?
/
- What are the component versions in the environment (
pip freeze)?
/
-
What did you do?
pip install snowflake-snowpark-python==1.43.0 --index-url=/path-to-azure-devops-artifact-feed/pypi/simple/ -
What did you expect to see?
Expected succesful install. Installing 1.42.0 works fine.
- Can you set logging to DEBUG and collect the logs?
ERROR: HTTP error 400 while getting /path-to-feed/pypi/download/snowflake-snowpark-python/1.43/snowflake_snowpark_python-1.43.0-py3-none-any.whl/redacted/#/snowflake-snowpark-python/) (requires-python:<3.14,>=3.9)
ERROR: Could not install requirement snowflake-snowpark-python==1.43.0 from /artifact-feed/pypi/download/snowflake-snowpark-python/1.43/snowflake_snowpark_python-1.43.0-py3-none-any.whl because of HTTP error 400 Client Error: Bad Request - The package description exceeds the maximum length of 349608 bytes. for url: /feed-url/pypi/download/snowflake-snowpark-python/1.43/snowflake_snowpark_python-1.43.0-py3-none-any.whl
The package description seems to be too long now to be installable from an azure devops artifact feed.