Calling C++ from Python #22
-
|
Hi, Best |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @zhejiangzhoulei , Sure, you can call any library / program written any language, as long as your agent follows our Python API and does not use any commercial software (see the rules). Also, mind that we must be able to install any software you use on our side as well for evaluation. It should be possible for us to compile C++ code if need be, but please make sure that the installation process is clear and simple (ideally a Best, |
Beta Was this translation helpful? Give feedback.
Hi @zhejiangzhoulei ,
Sure, you can call any library / program written any language, as long as your agent follows our Python API and does not use any commercial software (see the rules).
Also, mind that we must be able to install any software you use on our side as well for evaluation. It should be possible for us to compile C++ code if need be, but please make sure that the installation process is clear and simple (ideally a
pip install urlcommand), and also make sure that you manage to install your software stack within the singularity container we provide (see instructions to do so here), before you send us your code.Best,
Maxime