-
Notifications
You must be signed in to change notification settings - Fork 553
ModuleNotFoundError: No module named 'yaml' #1173
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
Comments
Not sure what happened, but PyYaml was installed on a new venv I created after this. I'll ignore this for now and can reopen if I find what I've done before and still have a problem. |
I believe that yaml is a transitive dependency of PyTorch. Let us know if you see this again. |
I have seen this again on a fresh container and fresh repo on my box with a fresh venv. Other developers are seeing that, too. I guess it doesn't hurt to add the req in the files anyway, I'll reopen the PR. |
Building on a fresh environment + virtualenv + in-tree build errors out becayse PyYaml isn't installed. Adding to requirements.txt fixes that. Fixes llvm#1173
Building on a fresh environment + virtualenv + in-tree build errors out becayse PyYaml isn't installed. Adding to requirements.txt fixes that. Fixes #1173
use ONTensorUniquePtr and add run with OMTensorList Signed-off-by: Alexandre Eichenberger <[email protected]>
Just tried to build torch-mlir from these instructions (following the in-tree build) and got this error:
Installed PyYaml and the build continues.
Shouldn't PyYaml be in
requirements.txt
?The text was updated successfully, but these errors were encountered: