You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the python distribution from Homebrew on macOS 10.15.1 as soon as I try to import certvalidator the python interpreter crashes.
This doesn't happen if I use the python version provided by macOS.
Step to reproduce if you have homebrew installed:
Install python: brew install python
Check that you are using brew python with which python
Install certvalidator pip3 install certvalidator
Try to load certvalidator python3 -m certvalidator and observer crash
When using the python distribution from Homebrew on macOS 10.15.1 as soon as I try to import
certvalidator
the python interpreter crashes.This doesn't happen if I use the python version provided by macOS.
Step to reproduce if you have homebrew installed:
brew install python
which python
pip3 install certvalidator
python3 -m certvalidator
and observer crashHere's the crash that I get:
Thank in advance for any help you can provide.
The text was updated successfully, but these errors were encountered: