You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/24 03:51:48 UTC

[GitHub] [iotdb] lizhenwei commented on issue #5999: AttributeError: 'TSDataType' object has no attribute 'np_dtype'

lizhenwei commented on issue #5999:
URL: https://github.com/apache/iotdb/issues/5999#issuecomment-1135372562

   thank you,
   I fix it by this command:
   ```
   pip install -i https://test.pypi.org/simple/ apache-iotdb-test==0.14.0.1
   ```
   
   > Hi, `np_dtype` in TSDataType is added in master branch and 0.13.1, which should not be in 0.13.0 version. You can try the 0.14.0 test version of py-client from https://test.pypi.org/project/apache-iotdb-test/ . It is compatible with 0.13.0 IoTDB server.
   thank you 
   I fix it by this command
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org