26 Jun 2024
04:40 AM
- last edited on
04 Sep 2025
11:06 AM
by
IzabelaRokita
Current Setup:
Observed Error:
ERROR: Could not find a version that satisfies the requirement charset-normalizer<4,>=2 (from requests) (from versions: none)
Possible Explanation: The error is likely due to using the Windows-specific Wheel file charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl on a Linux system. This incompatibility causes the extension to fail.
Proposed Solution: Use a platform-agnostic version of the library. It is suggested to use charset_normalizer-3.3.2-py3-none-any.whl, which should be compatible with both Windows and Linux environments.
Solved! Go to Solution.
26 Jun 2024 08:15 PM - edited 26 Jun 2024 08:15 PM
04 Sep 2025 10:09 AM
Hi guys,
Any one knows how to use dt-sdk build --extra-platform manylinux2014_x86_64 from vscode?
Thanks in advance
Yos