Closed ConstantinaNicolaou closed 2 months ago
Hi @ConstantinaNicolaou,
Could you try again? We found an issue in our previous package on pypi. I just test it and now it should be fine.
Thank you @liu-jc for fixing this so quickly. I can confirm it now works as expected.
Describe the bug I am experiencing a
ModuleNotFoundError
when attempting to import the package after installation from PyPI. The package appears to install (without error), but it cannot be imported. Other packages in the same environment are working fine.To Reproduce Install with PyPI, then do
Expected behavior The package should import without errors after installation.
Error message or code output
Environment
Additional comments Installing
uni2ts
from source works fine. I am installinguni2ts
using poetry by specifying it as a dependency in thepyproject.toml
file. I am able to import dependencies required byuni2ts
but notuni2ts
itself.Thank you in advance for your help.