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
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.
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'
The text was updated successfully, but these errors were encountered:
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.
Expected behavior
It should have no error as using wheel.
For example, if we use the following code:
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.
The text was updated successfully, but these errors were encountered: