webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Segmentation fault (core dumped) #55

Closed 4rokis closed 4 years ago

4rokis commented 4 years ago
[theodore@milacik license-sh]$ license-sh -o json
Segmentation fault (core dumped)
[theodore@milacik license-sh]$ license-sh
===========
Initiated License.sh check for NPM project license-sh located at .
===========
⠋ Fetching license info from npm ...Segmentation fault (core dumped)

This is not fully deterministic, happens in ~20%

[theodore@milacik license-sh]$ license-sh --version
1.0.13
[theodore@milacik license-sh]$ python3 --version
Python 3.8.1
[theodore@milacik license-sh]$ pip3 --version
pip 19.2.3 from /usr/lib/python3.8/site-packages/pip (python 3.8)
4rokis commented 4 years ago

This is probably due to the new python

jvorcak commented 4 years ago

@S4n60w3n is this still an issue?

4rokis commented 4 years ago

The switching of python is too painful for me :sweat: . I am using

[theodore@milacik ~]$ python3 --version
Python 3.7.7

So i am not sure

jvorcak commented 4 years ago

@S4n60w3n you can use https://github.com/pyenv/pyenv or https://github.com/danhper/asdf-python

4rokis commented 4 years ago

Screenshot from 2020-07-20 12-34-22 Working well