Python SDK installs Linux pre-compiled binaries on Mac OS #181
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
/kind bug
What happened:
pip
installingormb
Python SDK installed Linux binaries on my Mac OS machine.What you expected to happen:
I would expect Darwin binaries instead.
How to reproduce it (as minimally and precisely as possible):
Run
pip install ormb
on a mac, then try anyormb
command in a Python interpreter, e.g.:or in a terminal using the installed pre-compiled binaries path:
Here is the executable file type:
Anything else we need to know?:
It doesn't look like the problem comes from
extern-sdk/python/git_release.py
.On my system:
Therefore, the following loop:
ormb/extern-sdk/python/git_release.py
Lines 33 to 37 in 980a506
should give to
asset_name
the following value'ormb_0.0.11_Darwin_i386.tar.gz'
, which doesn't exist in the releases afterv0.0.9
, I guess it automatically falls back on'ormb_0.0.11_Linux_x86_64.tar.gz'
?The text was updated successfully, but these errors were encountered: