Skip to content

Commit 1f1aa9c

Browse files
Correction about anaconda in Ubuntu (#1868)
* Correction about anaconda in Ubuntu Please correct the statement, it is just necessary to deactivate conda, rather than uninstalling it. Even compiling Caffe will cause errors because of the conda environment. * Update 1_prerequisites.md * Update 1_prerequisites.md * Update 1_prerequisites.md Co-authored-by: Ginés Hidalgo <gineshidalgo99@gmail.com>
1 parent d766762 commit 1f1aa9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/installation/1_prerequisites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ These tips are **very important** and avoid many bugs:
2222

2323

2424
## Ubuntu Prerequisites
25-
1. Ubuntu - **Anaconda should not be installed** on your system. Anaconda includes a Protobuf version that is incompatible with Caffe. Either you uninstall anaconda and install protobuf via apt-get, or you compile your own Caffe and link it to OpenPose.
25+
1. **Anaconda should not be installed** on your system **or should be deactivated**. Anaconda includes a Protobuf version that is incompatible with Caffe. Either you uninstall anaconda and install protobuf via apt-get, or you deactivate Conda with the command ```conda deactivate``` (twice if you are not in the base environment).
26+
2627
2. Install **CMake GUI**:
2728
- Ubuntu 20: Run the command `sudo apt-get install cmake-qt-gui`.
2829
- Ubuntu 18: **Download and compile CMake-gui from source**. The default CMake-gui version (3.10) installed via `sudo apt-get install cmake-qt-gui` provokes some compiling errors. Required CMake version >= 3.12.

0 commit comments

Comments
 (0)