Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypi packaging #3

Open
pbk0 opened this issue Oct 14, 2021 · 4 comments
Open

pypi packaging #3

pbk0 opened this issue Oct 14, 2021 · 4 comments

Comments

@pbk0
Copy link

pbk0 commented Oct 14, 2021

Version of DearPyGui_Ext

Version: 0.9.4
Operating System: Windows 10

My Issue/Question

When performing pip install for latest version 0.9.4 I get below warning and then pip installs 0.9.3 instead

Collecting dearpygui_ext
  Downloading dearpygui_ext-0.9.4.tar.gz (9.4 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
WARNING: Discarding https://files.pythonhosted.org/packages/2e/f5/85f23cea6cdd5d47c8173bc6e0f33a59f6f504965cc174e419a6e40d3a11/dearpygui_ext-0.9.4.tar.gz#sha256=6400411db13a83d6bc3056d365d0caf8cbef311f05fd5ba239d6555b6e739081 (from https://pypi.org/si
mple/dearpygui-ext/) (requires-python:>=3.6). Requested dearpygui_ext from https://files.pythonhosted.org/packages/2e/f5/85f23cea6cdd5d47c8173bc6e0f33a59f6f504965cc174e419a6e40d3a11/dearpygui_ext-0.9.4.tar.gz#sha256=6400411db13a83d6bc3056d365d0caf8cbe
f311f05fd5ba239d6555b6e739081 has inconsistent version: filename has '0.9.4', but metadata has '0.9.3'
  Downloading dearpygui_ext-0.9.3-py3-none-any.whl (7.3 kB)
Installing collected packages: dearpygui-ext
Successfully installed dearpygui-ext-0.9.3

To Reproduce

Just do

pip install dearpygui-ext==0.9.4

and it will end up installing 0.9.3

I assume there is some problem with bumping the python version while you release the library

@pbk0
Copy link
Author

pbk0 commented Nov 14, 2021

@hoffstadt can you please check this ... and make a release ... 0.9.4 is not installable via pypi

@hoffstadt
Copy link
Owner

Wait, where did 0.9 come from? Lol. You should be on >1.0. We removed everything before 1.0 except 0.6.415 and 0.8.64

@pbk0
Copy link
Author

pbk0 commented Nov 14, 2021

@hoffstadt I am talking about dearpygui-ext
0.9.4 the latest release is not installable
image

@hoffstadt
Copy link
Owner

I believe the version number was not changed. Will check on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants