-
twistedchecker cannot run on Python 3.6
This must remain on Python 3.5.
If you look at the logs: https://travis-ci.org/twisted/twisted/jobs/261731629 , this error is there:
```
AttributeError: '…
-
Originally filed at poise/poise-languages#12
Attempting to install Python 3.6 using:
```
python_runtime '3.6' do
provider :scl
end
```
Fails with an error message:
```
* python_runtime[3.…
-
When I tried to install pyfasttext using Python 3.6 on mac and I got a long error message; the followings show the last part of the message:
```
#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION…
-
```
(master)mwhudson@aeglos:/opt/opensource/deb/beanbag$ PYTHONPATH=. python3.6 `which py.test-3`
======================================================== test session starts =======================…
-
Thx for your great jobs!But there is a little issue annoyed me that only gnome-shell in my system doesn't support python 3.6,like the gnome-shell-3.24 do,so I can't update python from 3.5 to 3.6 total…
-
# problem
I think the problem is caused by a conflict between `mockssh` and `paramiko`.
by default, we don't have [MockSSH](https://pypi.org/project/MockSSH/) installed. (we don't have it on `requir…
-
---
# Add GitHub Action for Python Tests
## Description:
Create a GitHub Actions workflow to automatically run Python tests for the EmfitAPI Python Wrapper project.
## Tasks:
- Create a new GitH…
-
Hi,
This came up when I was checking out TUI libraries to replace `urwid`, and encountered [textual](https://github.com/Textualize/textual).
It is from the authors of [rich](https://github.com…
-
How can python dictate the response code returned by Kubeless?
https://github.com/serverless/serverless-kubeless/issues/180 In this issue there is a field in event.extensions to set the response c…
-
Hi,
It appears that globbing behavior in Pathlib has changed/optimized to use `scandir` in 3.6: https://bugs.python.org/issue26032
``` for p in reversed(list(artifactory_path.glob('2.24*'))):…