WenjieDu / TSDB

a Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
https://pypots.com/ecosystem/#TSDB
BSD 3-Clause "New" or "Revised" License
150 stars 15 forks source link

Cannot import files accurately #33

Closed fengtingle615 closed 11 months ago

fengtingle615 commented 12 months ago

Issue description

Traceback (most recent call last): File "D:\代码 好用\SAITS-main\dataset_generating_scripts\gene_PhysioNet2012_dataset.py", line 36, in from tsdb import pickle_dump ImportError: cannot import name 'pickle_dump' from 'tsdb' (D:\anaconda\envs\pytorch\lib\site-packages\tsdb__init__.py) 'NoneType' object has no attribute 'split'

WenjieDu commented 12 months ago

Hi there 👋,

Thank you so much for your attention to TSDB! You can follow me on GitHub to receive the latest news of TSDB. If you find TSDB helpful to your work, please star⭐️ this repository. Your star is your recognition, which can help more people notice TSDB. It matters and is definitely a kind of contribution to the PyPOTS community.

I have received your message and will respond ASAP. Thank you for your patience! 😃

Best, Wenjie

WenjieDu commented 11 months ago

In private conversation, @fengtingle615 solved this problem by recreating a new conda environment. So this is not an error in TSDB.