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.

Is it possible to compile a version for MACOS?

See original GitHub issue

I was trying to make as per install instructions on a mac system, but I get the following error

make[1]: *** [CMakeFiles/trtis-clients.dir/rule] Error 2
make: *** [trtis-clients] Error 2

I have referred to this issue make using VERBOSE=1 but didn’t find anything meaningful as such. Tensorrt is an interesting tool and will help a lot if inference server can be opened to the mac community as well, please help…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
deadeyegoodwincommented, Jan 21, 2020

Are you trying to compile just the client libraries or the server? Currently we don’t support Mac but we are working on a pure python version of the Python module that should work on Mac without requiring any build step.

Regarding your error message that is just the last thing printed. It is likely that the actual error is earlier in the console output. If you attach the entire console log we can have a look.

0reactions
deadeyegoodwincommented, Feb 16, 2021

MacOS is not supported.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compiling Your Code in OS X - Apple Developer
Specifies the version of OS X you are targeting. You must target your compile for the oldest version of OS X on which...
Read more >
Compiling for older versions of Mac OS X - Stack Overflow
Just compile against the oldest version of the SDK you want to support, and don't use APIs introduced in newer SDKs. – WhirlWind....
Read more >
Compiling in MacOS X - OSUPDOCS
All compiling on Mac requires that you install Xcode (even if you do not plan to use it for anything else). You can...
Read more >
Compiling and Building - Visual Studio for Mac - Microsoft Learn
This article describes how to compile and build projects and solutions in Visual Studio for Mac.
Read more >
Build and release a macOS app - Flutter documentation
Preliminaries · Review Xcode project settings · Configuring the app's name, bundle identifier and copyright · Updating the app's version number · Add...
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