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

how to fix the problem on MAC ? #2

Open
wade-liwei opened this issue Feb 13, 2021 · 1 comment
Open

how to fix the problem on MAC ? #2

wade-liwei opened this issue Feb 13, 2021 · 1 comment

Comments

@wade-liwei
Copy link

Hello developers.

Could you please help me to fix the bellow problem ?

superatom ~/go/src/github.com/riverlane/deltaflow-on-artiq$make docs
cat: /proc/cpuinfo: No such file or directory
docker exec adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c make -C docs
Error: No such container: adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c
make: *** [docs] Error 1
superatom ~/go/src/github.com/riverlane/deltaflow-on-artiq$make run-deltagraph
cat: /proc/cpuinfo: No such file or directory
docker exec adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c python3 deltalanguage/examples/rabi_demo/run_test.py
Error: No such container: adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c
make: *** [run-deltagraph] Error 1
superatom ~/go/src/github.com/riverlane/deltaflow-on-artiq$make run-deltasimulator
cat: /proc/cpuinfo: No such file or directory
mkdir -p build
docker exec adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c python3 demos/deltasimulator/builder.py
Error: No such container: adfb7585e29e4d2606a4ad10dad67f89cedbc671424aa0fb621afa51bbad659c
make: *** [build/build-deltasimulator] Error 1

@anton-buyskikh
Copy link
Contributor

Hi @wade-liwei, thank you for reporting an issue. Could you let use know which version of macOS do you use?

Regarding the bug, please try the following sequence of commands on your terminal:

  1. make clean
  2. if you run docker ps you shouldn't see any running Docker containers any more
  3. make image - rebuild the image
  4. make docs html - rebuild the html docs
  5. make run-deltagraph - run of our demos

Please post an error message you receive after any of these steps.

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

2 participants