clang: error: no such file or directory: './maro/backends/backend.c'
See original GitHub issueDescription
Mac: python setup.py build
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/Users/yewang/.virtualenvs/maro/include -I/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c ./maro/backends/backend.c -o build/temp.macosx-10.12-x86_64-3.6/./maro/backends/backend.o clang: error: no such file or directory: ‘./maro/backends/backend.c’ clang: error: no input files error: command ‘clang’ failed with exit status 1
Screenshots
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Environment
- MARO version (e.g., v0.1.1a1):
- MARO scenario (
CIM
,Citi Bike
): - MARO component (
Simulation
,RL
,Distributed Training
): - Orchestration platform (
GraSS on Azure
,AKS on Azure
): - How you installed MARO (
pip
,source
): - OS (
Linux
,Windows
,macOS
): - Python version (
3.6
,3.7
): - Docker image (e.g., arthursjiang/maro:cpu[5f36ed]):
- CPU/GPU:
- Any other relevant information:
Additional Context
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
clang: error: no such file or directory - xcode - Stack Overflow
I tried re-adding files, but have no work. So, I find the .pbxproj file in .xcodeproj, delete rows include the file name, then...
Read more >Clang: Error: No Such File or Directory - Apple Community
I have recently installed Xcode 6.1.1, but currently just want to compile C files. I would like some help with a rather irritating...
Read more >clang-cl : error : no such file or directory: '/fsanitize=address'
A fix for this issue has been internally implemented and is being prepared for release. We'll update you once it becomes available for...
Read more >Getting Started with the LLVM System
This component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode – and from there into object files, using LLVM....
Read more >[boost] [build] How to use with clang on windows?
using clang-win : 3.7 : "C:/Progra~2/MICROS~4.0/VC/Clang 3.7/bin/x86/clang.exe" ... clang.exe: error: no such file or directory: '/wd4675'
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
python setup.py build
is successed , thanks
Thank you to confirm, I will close this issue.