Skip to content

Conversation

@asparkhi
Copy link
Contributor

@asparkhi asparkhi commented Sep 16, 2022

Fix for import caffe and import requests failures

Recently virtual environments were introduced in the
docker images which was a great contribution to
localize errors: #12663. In this fix, link to the caffe is
created inside this virtual env instead of adding it
to the system path of python. This fix also removes
importing request package where not needed.

Fixes #12790

cc @leandron @areusch @driazati

Recently virtual environments were introduced in the docker images.
In this fix, link to the caffe is created inside this virtual env
instead of being on the system path of python. This fix also removes
importing request package where not needed.

Change-Id: Ibadced591f95b93f5bf9bab6faa7d0ddb759e2f7
@driazati driazati merged commit 8f8b6d8 into apache:main Sep 16, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
Recently virtual environments were introduced in the
docker images which was a great contribution to
localize errors: apache#12663. In this fix, link to the caffe is
created inside this virtual env instead of adding it
to the system path of python. This fix also removes
importing request package where not needed.

Fixes apache#12663
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI Problem] Failure to import requests, caffe in ci_arm, ci_cpu

2 participants