chrisdutz commented on code in PR #13302:
URL: https://github.com/apache/iotdb/pull/13302#discussion_r1734114384


##########
.gitignore:
##########
@@ -123,3 +123,4 @@ 
iotdb-core/tsfile/src/main/antlr4/org/apache/tsfile/parser/gen/
 # Develocity
 .mvn/.gradle-enterprise/
 .mvn/.develocity/
+/iotdb-core/ainode/poetry.lock

Review Comment:
   It seems during the normal maven build poetry is never triggered (and never 
was). Same with the version of python that doesn't seem so matter during the 
build time. I assume it would appear locally in the distribution of python is 
used to run the ai node. 
   
   If I however open the ai node module in PyCharm, that triggers poetry to 
actually resolve dependencies. That's when the lock is generated. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to