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
The tsfile Python code is already available in the repository (https://github.com/apache/tsfile/tree/develop/python). Publishing this package to PyPI would significantly enhance the user experience for Python developers. By making the tsfile package easily accessible through PyPI, it would simplify the installation process, reduce setup time, and increase the overall adoption of tsfile among the Python community. This step would undoubtedly contribute to broader usage and community engagement with tsfile.
The text was updated successfully, but these errors were encountered:
Hi, there are some issues I think to be fixed before we release a package on Pypi.
The python tests on windows cannot pass currently. There’s some bug in c/c++ code so we cannot read Tsfile by python api.
We currently don’t have any experience to release pypi packages by different architecture and platform. The python client of iotdb is a pure python package so we don’t have the problems before.
After these issues fixed, I think we can stage a release on pypi.
The tsfile Python code is already available in the repository (https://github.com/apache/tsfile/tree/develop/python). Publishing this package to PyPI would significantly enhance the user experience for Python developers. By making the tsfile package easily accessible through PyPI, it would simplify the installation process, reduce setup time, and increase the overall adoption of tsfile among the Python community. This step would undoubtedly contribute to broader usage and community engagement with tsfile.
The text was updated successfully, but these errors were encountered: