Sherlock: Mac OS X Catalina abort on launch

Created on 13 Mar 2020  路  7Comments  路  Source: sherlock-project/sherlock

On Mac OS X 10.15.3 when launching getting error
[1] 3662 abort python3 sherlock.py

Python 3.7.6
All requirements installed from requirements.txt

environment question

All 7 comments

Hi @PythonB,

Thank you for letting us know about this. It seems like a strange problem.
I am also on Catalina, version 10.15.2, and havent seen any issues.
Screenshot 2020-03-14 at 13 22 16

I'll try updating to 10.15.3 and see if that changes anything.

Updated. Nothing changed. Here's output
$ python3 sherlock.py
[1] 3702 abort python3 sherlock.py

$ python3 sherlock.py --help
[1] 3670 abort python3 sherlock.py --help

$ python3 sherlock.py username
[1] 3732 abort python3 sherlock.py username

Edit: Added commands I ran before errors and fixed formatting

Important to mentions that in Google Cloudshell all works perfectly fine.

@PythonB Which shell are you using? (zsh, bash, fish, etc)
The reason why I am asking this is because I have never seen that abort error before.

zsh

The problem you are having seems similar in flavour with one opened against pip3.

Are you able to run any Python script?

Thank you @hoadlck .

I found something that may be helpful!
The asn1crypto python package imports libcrypto. I removed this package from my site packages
/usr/local/lib/python3.7/site-packages and now pip3 works

It worked for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

plgrazon picture plgrazon  路  6Comments

bialybudyn picture bialybudyn  路  6Comments

ptalmeida picture ptalmeida  路  3Comments

moran04 picture moran04  路  3Comments

termashacker69 picture termashacker69  路  6Comments