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

Issues with sdist of the uni2ts package #156

Open
liu-jc opened this issue Nov 27, 2024 · 0 comments
Open

Issues with sdist of the uni2ts package #156

liu-jc opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@liu-jc
Copy link
Contributor

liu-jc commented Nov 27, 2024

Describe the bug
Something wrong with our sdist file. But wheel is fine. Not sure why. Currently, users can successfully do pip install. Just mark down here if we face any issues later.

To Reproduce
Please provide a code snippet of a minimal reproducible example for the error.

wget https://files.pythonhosted.org/packages/27/40/f646eb585189b38c8a2c3728543e8aceed8331869d9374146d73b321bea7/uni2ts-1.1.1.tar.gz

pip install uni2ts-1.1.1.tar.gz

python -c "import uni2ts"

Expected behavior
It should have no error as using wheel.
For example, if we use the following code:

wget https://files.pythonhosted.org/packages/cb/5a/ad377f753685090eaa43cd10a9e31bbc717843973bd953dc9dbe7f4b759a/uni2ts-1.1.1-py3-none-any.whl

pip install uni2ts-1.1.1-py3-none-any.whl

python -c "import uni2ts"

No error will come out.
Error message or code output
Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.

>>> import uni2ts
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'uni2ts'
@liu-jc liu-jc added the bug Something isn't working label Nov 27, 2024
@liu-jc liu-jc self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant