You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to be discussed @JPVenson , since the Server tells the Script which binary to download.
However at the moment, CPU architecture is not taken into Account in either Client, Nor Server Side. - We need to agree on a new way of Platform Matching, to Support different CPU architectures.
This will result in the described behaviour on ALL supported Platforms.
Checklist
develop
) - old Versions aren't supportedpython /pyTAB/hwi.py
worksDescription
The script downloads a x86 build of ffmpeg when run on a linux arm64 system
Steps to Reproduce
Expected Behavior
It should download a arm64 build of ffmpeg
Actual Behavior
It downloads a x86 build of ffmpeg
Environment (important!)
Screenshots/Videos
If applicable, add screenshots or videos to help illustrate the problem.
Additional Context
Include any other relevant information about the issue.
Possible Solution
(Optional) Suggest a fix or the cause of the bug.
The text was updated successfully, but these errors were encountered: