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
Building the package from pypi doesn't work, as well as from the git repo since the version is "0" in all cases.
$ pip install --no-binary :all: sqlmodel
....
has inconsistent version: filename has '0.0.1', but metadata has '0'
...
ERROR: Could not find a version that satisfies the requirement sqlmodel (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12)
ERROR: No matching distribution found for sqlmodel
This came up when trying to package this for a distro, since we build wheels from source there and the resulting wheel has a wrong version and thus can't be packaged.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Building the package from pypi doesn't work, as well as from the git repo since the version is "0" in all cases.
This came up when trying to package this for a distro, since we build wheels from source there and the resulting wheel has a wrong version and thus can't be packaged.
Beta Was this translation helpful? Give feedback.
All reactions