Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RoboGuide
robo_guide_ws
Commits
d54321d3
Commit
d54321d3
authored
Jul 04, 2019
by
Tim Übelhör
Browse files
Conan troubleshoot
parent
21129e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d54321d3
...
...
@@ -47,6 +47,17 @@ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-co
conan remote add conan-transit https://api.bintray.com/conan/conan/conan-transit
```
If you experience any conan.cmake errors like
`Conan install failed='1'`
, cd
into the directory of the project which causes the errors and try to install
the packages directly with the conan cli:
```
bash
mkdir
conan_build
&&
cd
conan_build
conan
install
..
```
This will give you a more verbose error message like
`ERROR: Unable to find 'scigl_render/0.6@tuebel/testing' in remotes`
which means
you probably forgot to add a repository from above.
## [visp](https://visp.inria.fr/install/)
Needed for handy-eye-calibration install via:
```
bash
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment