Skip to content
Advertisement

`UnencryptedCookieSessionFactoryConfig` error when importing Apex

I’m trying to use Apex and whenever I try to import it (or anything involving it) I get the following traceback:

JavaScript

I have the Pyramid library installed and importing that causes no issues. My Python version is 3.8.5 and my OS is Ubuntu 18.04.5.

I’ve tried searching online but haven’t been able to find a satisfactory solution and was hoping to know if anyone who is familiar would be able to provide some tips on what the problem may be and what I can do. Thanks.

Advertisement

Answer

I get the same issue if I use pip install apex.

It turns out that apex on pypi has nothing to do with NVIDIA’s apex and is a totally unrelated, really old package.

To install NVIDIA’s apex do:

JavaScript

For more info see doc.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement