Skip to content

Compatibility with Cuda #1036

Answered by lanctot
madzai asked this question in Q&A
Discussion options

You must be logged in to vote

This does not seem unrelated to Cuda, seems like you are missing the standard C++ library:

 /usr/bin/ld: cannot find -lstdc++: No such file or directory

It should be fixable by just installing a few packages via apt. For more info, take a look at this:
https://stackoverflow.com/questions/62612405/usr-bin-ld-cannot-find-lc

Try sudo apt-get install gcc g++, which should also install libstdc++.

BTW I noticed you're using Python 3.11. We don't yet support officially Python 3.11 yet, but it's in the works (see #1025) and will be available after Ubuntu 23.04 released. I personally tested it on Linux though and most things seem work already.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lanctot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants