Skip to content

Commit

Permalink
doc: Nicer faq (last commit) (#599)
Browse files Browse the repository at this point in the history
* doc: Address PR comment
  • Loading branch information
gmuloc authored Mar 21, 2024
1 parent f1beef2 commit a4f5759
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,25 @@ toc_depth: 4
-->
<style>
h4 {
display: none;
visibility: hidden;
font-size: 0em;
height: 0em;
line-height: 0;
padding: 0;
margin: 0;
}
.md-typeset details {
margin-top: 0em;
margin-bottom: 0.8em;
}
</style>

# Frequently Asked Questions (FAQ)


## `ImportError` related to `urllib3`
??? faq "`ImportError` related to `urllib3` when running ANTA"
???+ faq "`ImportError` related to `urllib3` when running ANTA"


When running the `anta --help` command, some users might encounter the following error:

Expand All @@ -43,7 +53,8 @@ toc_depth: 4
As per the [urllib3 v2 migration guide](https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html), the root cause of this error is an incompatibility with older OpenSSL versions. For example, users on RHEL7 might consider upgrading to RHEL8, which supports the required OpenSSL version.

##`AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'`
??? faq "`AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'` when running ANTA"
???+ faq "`AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'` when running ANTA"


When running the `anta` commands after installation, some users might encounter the following error:

Expand All @@ -62,7 +73,8 @@ toc_depth: 4
```

## `__NSCFConstantString initialize` error on OSX
??? faq "`__NSCFConstantString initialize` error on OSX"
???+ faq "`__NSCFConstantString initialize` error on OSX"


This error occurs because of added security to restrict multithreading in macOS High Sierra and later versions of macOS. https://www.wefearchange.org/2018/11/forkmacos.rst.html

Expand Down

0 comments on commit a4f5759

Please sign in to comment.