Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tvm/relay/grammar/py3 module is missing after the installation #4215

Closed
apivovarov opened this issue Oct 30, 2019 · 3 comments
Closed

tvm/relay/grammar/py3 module is missing after the installation #4215

apivovarov opened this issue Oct 30, 2019 · 3 comments

Comments

@apivovarov
Copy link
Contributor

apivovarov commented Oct 30, 2019

I built TVM with LLVM and ANTLR and installed tvm using

cd python
sudo python3 setup.py install

Ubuntu 19.10 , Python 3.7

tvm is installed to /usr/local/lib/python3.7/dist-packages/tvm-0.6.dev0-py3.7-linux-x86_64.egg/tvm

But I do not see tvm/relay/grammar/py3 folder after the installation. I only see __init__.py under tvm/relay/grammar

The following py files are not installed
https://github.com/dmlc/tvm/tree/master/python/tvm/relay/grammar/py3

@OriAlpha
Copy link

This is the issue with the latest build of TVM, Now we can't even use the TVM packages of python.

@tqchen
Copy link
Member

tqchen commented Oct 30, 2019

Thanks for reporting the problem, should be fixed by #4223

@tqchen tqchen closed this as completed Oct 30, 2019
@apivovarov
Copy link
Contributor Author

Related issue #4226
tvm/relay/std/prelude.rly is missing

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

No branches or pull requests

3 participants