|
@@ -8,7 +8,7 @@ from iotdb.utils.IoTDBConstants import TSDataType
|
|
from threading import Lock
|
|
from threading import Lock
|
|
|
|
|
|
# 官方示例 https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/session_pool_example.py
|
|
# 官方示例 https://github.com/apache/iotdb/blob/rc/2.0.1/iotdb-client/client-py/session_pool_example.py
|
|
-# pip install apache-iotdb -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
|
|
|
|
|
|
+# pip install apache-iotdb==1.3.3 -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
|
|
|
|
|
|
"""
|
|
"""
|
|
|
|
|