heshixin 1 settimana fa
parent
commit
5aa802b5ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      iotdb_util.py

+ 1 - 1
iotdb_util.py

@@ -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
 
 
 """
 """