-
I'm using Japronto 0.1.1, Getting following error:
```bash
Fatal Python error: Segmentation fault
Current thread 0x00007fffb313d3c0 (most recent call first):
File "/usr/local/Cellar/python…
-
Clean install used. Python 3.6. PyQt5 application. Pyinstaller 3.3.1. Windows 10 machine.
Build execution runs file, with some api-ms-***.dll warnings.
Execution of program yielded first errors…
-
Aleph crashes when using a HTTPS site as input if the Python SSL certificates are not installed.
```Traceback (most recent call last):
File "Aleph.py", line 70, in
generator = WebListGener…
-
I ran this command to install the latest version but only 1.6.1 installs successfully while the latest version is 1.7.1
```
$ sudo pip3 install evdev
Collecting evdev
Using cached evdev-1.7.1.ta…
-
I'm currently running your script with a small change (deleting the last "/" from the url in lines 80 & 81, as it has changed), and am getting this error at line 98
```
Traceback (most recent call…
-
Python 3.6 eol is coming in a couple of months: https://endoflife.date/python
_Originally posted by @omry in https://github.com/omry/omegaconf/issues/749#issuecomment-928161041_
-
I have a tox.ini for my project like this:
```
[testenv:yapf-inplace]
description = Run yapf and edit all files in place
skip_install = True
deps = yapf==0.16.1
commands = yapf --in-place --re…
-
Please, add typehints, it will make the library way easier to use!
-
I have got an Exception as below, hope some one can help to solve it, thanks.
Python in worker has different version 2.7 than that in driver 3.6, PySpark cannot run with different minor versions.Pl…
-
With python 3.9, I got the following error with `python setup.py install` when installing the latest SubPhaser.
```
> python setup.py install
error in subphaser setup command: 'python_requires' mus…