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 2022/07/12 12:07:10 UTC

[GitHub] [tvm] Uhao-P opened a new issue, #12065: [Bug] The source code installation of version 0.9.0 failed

Uhao-P opened a new issue, #12065:
URL: https://github.com/apache/tvm/issues/12065

   Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking.  You are always welcomed to post on the forum first :smile_cat:
   
   Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.
   
   ### Expected behavior
   
   Successful installation
   
   ### Actual behavior
   
   Error following the documentation to get this far
   `cd python; python setup.py install --user; cd ..`
   
   Check setup.py and find that the following code causes an error
   `
           # Add tvmc configuration json files
           for name in lib_path:
               candidate_path = os.path.abspath(os.path.join(os.path.dirname(name), "..", "configs"))
               if os.path.isdir(candidate_path):
                   libs.append(candidate_path)
                   break
   `
   
   ### Environment
   
   ubuntu18.04
   tvm==0.9.0
   
   ### Steps to reproduce
   
   Preferably a minimal script to cause the issue to occur.
   


-- 
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: commits-unsubscribe@tvm.apache.org.apache.org

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


[GitHub] [tvm] driazati commented on issue #12065: [Bug] The source code installation of version 0.9.0 failed

Posted by GitBox <gi...@apache.org>.
driazati commented on issue #12065:
URL: https://github.com/apache/tvm/issues/12065#issuecomment-1182516456

   Closing this as a duplicate of #12065, but we definitely do want to get this fixed before the v0.9.0 release so thanks for flagging it


-- 
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: commits-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] driazati closed issue #12065: [Bug] The source code installation of version 0.9.0 failed

Posted by GitBox <gi...@apache.org>.
driazati closed issue #12065: [Bug] The source code installation of version 0.9.0 failed
URL: https://github.com/apache/tvm/issues/12065


-- 
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: commits-unsubscribe@tvm.apache.org

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