Skip to content

Commit

Permalink
Add installation troubleshooting (#379)
Browse files Browse the repository at this point in the history
* Add installation troubleshooting

* Refer to phonopy troubleshooting
  • Loading branch information
ElliottKasoar authored Feb 12, 2025
1 parent 47569eb commit c97046e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/user_guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Troubleshooting
===============

Installation
------------

When installing ``janus-core``, CMake errors can occur when building ``phonopy``, often related to the CXX compiler.

Please refer to their `installation documentation <http://phonopy.github.io/phonopy/install.html#missing-or-unknown-cxx-compiler>`_ for guidance.


Carbon tracking
---------------

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ docs = [
"sphinx<9.0.0,>=8.0.2",
"sphinxcontrib-contentui<1.0.0,>=0.2.5",
"sphinxcontrib-details-directive<1.0,>=0.1",
"sphinx-autodoc-typehints<3.0.0,>=2.5.0",
"sphinx-collapse>=0.1.3",
"sphinx-copybutton<1.0.0,>=0.5.2",
"sphinx-autodoc-typehints<3.0.0,>=2.5.0"
]

pre-commit = [
Expand Down

0 comments on commit c97046e

Please sign in to comment.