question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

clang: error: no such file or directory: './maro/backends/backend.c'

See original GitHub issue

Description

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:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
clm971910commented, Dec 10, 2020

python setup.py build

is successed , thanks

0reactions
chaosddpcommented, Dec 10, 2020

Thank you to confirm, I will close this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found