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

5.0.0 wheel on PyPI is empty #96

Closed
asumagic opened this issue Jul 12, 2024 · 4 comments
Closed

5.0.0 wheel on PyPI is empty #96

asumagic opened this issue Jul 12, 2024 · 4 comments

Comments

@asumagic
Copy link

asumagic commented Jul 12, 2024

Hello,

Just a heads up, in case you haven't noticed yet: the 5.0.0 wheel on PyPI is empty (probably due to a project build config issue), thus, currently, installing the latest conllu through pip results in a missing conllu module.

Good luck :)

@Guust-Franssens
Copy link

Yep same issue here.

@EmilStenstrom
Copy link
Owner

EmilStenstrom commented Jul 13, 2024

@asumagic @Guust-Franssens @naimenz Thanks for reporting. I was migrating from setup.py to pyproject.toml and didn't verify things enough. I've now removed 5.0.0 and released 5.0.1: https://pypi.org/project/conllu/ - If you can verify that everything works as intended I'd be very thankful!

@Guust-Franssens
Copy link

LGTM!

> pip install conllu
Collecting conllu
  Downloading conllu-5.0.1-py3-none-any.whl.metadata (21 kB)
Downloading conllu-5.0.1-py3-none-any.whl (16 kB)
Installing collected packages: conllu
Successfully installed conllu-5.0.1

> python
Python 3.11.9 (main, Apr 19 2024, 16:48:06) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import conllu
>>> 

@EmilStenstrom
Copy link
Owner

@Guust-Franssens THANKS!

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

3 participants