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
Traceback (most recent call last):
File "/home/cbm/.local/bin/req2flatpak", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/cbm/.local/lib/python3.12/site-packages/req2flatpak.py", line 741, in main
PlatformFactory.from_string(platform) for platform in options.target_platforms
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/cbm/.local/lib/python3.12/site-packages/req2flatpak.py", line 264, in from_string
return cls.from_python_version_and_arch(minor_version=int(minor), arch=arch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/cbm/.local/lib/python3.12/site-packages/req2flatpak.py", line 286, in from_python_version_and_arch
assert arch in ["x86_64", "aarch64"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
I assume this is because the wheel is not arch-specific. Here's the yaml from an older version of req2flatpak, not sure which one, b/c we don't record version info.
I ran:
I assume this is because the wheel is not arch-specific. Here's the yaml from an older version of req2flatpak, not sure which one, b/c we don't record version info.
The text was updated successfully, but these errors were encountered: