You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've never encountered something like this on Linux or MacOS. The code also works on Google Colab.
@ruairimoran have you seen anything similar on Windows?
@duartebranco01 a possible explanation can be that you're trying to run the code on a machine without an Internet connection, so cargo fails to download the dependencies.
It seems that this error is only likely to happen if the machine on which you're compiling is not connected to the Internet. When we need to use OpEn on a robot or vehicle, I would first compile on my laptop, test the code in simulations, then move it to the robot and compile there with cargo build.
Describe the bug
Hello, I'm having an error when the Rust code generated by the optimizer builder can't import extern crate:
These crates exist in the
index.crates.io-6f17d22bba15001f
folder.Do I need to configure some kind of path variable or use specific versions of something?
To Reproduce
Steps to reproduce the behavior:
Run the builder (with the versions of programs indicated bellow):
Expected behavior
No problem importing extern crate.
System information:
Additional context
Builder params:
The text was updated successfully, but these errors were encountered: