Bus Error when checking installation
See original GitHub issueHello,
After installing the necessary packages with:
source set_environment.sh
pip install --editable .
When I run the bash tests/correctly_installed.sh
, I get:
pytorch 1.10.1
No CUDA available
smatch installed
tests/correctly_installed.sh: line 10: 2319 Bus error: 10 python tests/correctly_installed.py
Would you happen to know what causes this?
Worth keeping in mind is that:
- Machine has MacOS Ventura 13.0.1
- I am using python 3.8
Thanks in advance!
Issue Analytics
- State:
- Created 10 months ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Bus error - Wikipedia
In computing, a bus error is a fault raised by hardware, notifying an operating system (OS) that a process is trying to access...
Read more >What is a bus error? Is it different from a segmentation fault?
BUS errors are caused by an attempt to access "memory" that the machine simply cannot access because the address is invalid. (Hence the...
Read more >Installation fails, Error: signal: bus error (core dumped) · Issue ...
I'm downloading and burning that image now to test again myself. I'd suspect that the tool you used for creating the USB image...
Read more >1849250 – 'dnf upgrade' crashes with Bus error
When I run 'dnf upgrade', I get an error message: Bus error (core dumped)m Cisco) Version-Release number of selected component (if ...
Read more >Bus Error on Cargo Build/Check : r/rust - Reddit
Bus Error on Cargo Build/Check. Just trying to get started with rust on Fedora (having never used it before). I've installed it with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
that seems to be fairseqs multithread. I would file it under all ok 😃. Closing this.
Supposedly, at the end of the minimal tests run, after passing through the stages of the test pipeline [1], a warning occurs [2]. Is that an expected behaviour?
[1]:
[2]:
Thanks for the swift responses!