Skip to content

Commit

Permalink
[doc] Add installation instructions for Fedora and RHEL (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuannie authored Mar 29, 2021
1 parent f956481 commit 571b203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Taichi can be easily installed via ``pip``:

- On Ubuntu 19.04+, please execute ``sudo apt install libtinfo5``.
- On Arch Linux, please execute ``yaourt -S ncurses5-compat-libs``.
- On Fedora and RHEL, please execute ``sudo yum install ncurses-compat-libs``.
- On Windows, please install `Microsoft Visual C++ Redistributable <https://aka.ms/vs/16/release/vc_redist.x64.exe>`_ if you haven't.


Expand Down Expand Up @@ -148,6 +149,8 @@ Linux issues
Then execute ``sudo pacman -Syy ncurses5-compat-libs``.

* On Fedora and RHEL, execute ``sudo yum install ncurses-compat-libs``.

- If Taichi crashes and reports ``/usr/lib/libstdc++.so.6: version `CXXABI_1.3.11' not found``:

You might be using Ubuntu 16.04, please try the solution in `this thread <https://github.com/tensorflow/serving/issues/819#issuecomment-377776784>`_:
Expand Down

0 comments on commit 571b203

Please sign in to comment.