You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/14 14:55:01 UTC

[GitHub] [tvm] chiwwang opened a new pull request #8047: Fix AttributeError when TEST_DATA_ROOT_PATH is set

chiwwang opened a new pull request #8047:
URL: https://github.com/apache/tvm/pull/8047


   Hello Community,
   
   Nice to meet you! I have been playing TVM for a while. It's an exciting project:)
   I encountered an error while using download API with TEST_DATA_ROOT_PATH set, so try to fix it.
   
   Initiate a Path object from TEST_DATA_ROOT_PATH to fix the error:
   AttributeError: 'str' object has no attribute 'mkdir'
   
   You might want to take a look :)
   
   Thanks!
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   
   @tqchen 


-- 
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.

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



[GitHub] [tvm] tqchen merged pull request #8047: Fix AttributeError when TEST_DATA_ROOT_PATH is set

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8047:
URL: https://github.com/apache/tvm/pull/8047


   


-- 
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.

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



[GitHub] [tvm] tqchen commented on pull request #8047: Fix AttributeError when TEST_DATA_ROOT_PATH is set

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8047:
URL: https://github.com/apache/tvm/pull/8047#issuecomment-841520934


   thanks @chiwwang 


-- 
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.

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