-
Current versions of mypy (>=0.980) no longer support Python2.7. This means that support on the website is effectively broken.
I don't know if it's better to just remove 2.7 entirely, or add old myp…
-
I can't run esp32 gdb because python2.7 is too old for my OS.
Installing the latest version direct from espressif works.
I've seen other people encountering this problem on platformio forums too.
-
Remove python2.7 install, uplift to use latest psycogpg2 as postgres 15 enforces ssl and python2 (last version) does not support it.
https://github.com/qld-gov-au/opswx-ckan-cookbook/blob/master/…
-
The following POST request causes keystone to abort with an HTTP error 500:
```
curl -v -X POST -H 'Content-Type:' http://:5001/xmlrpc.php -d '{}'
```
Tested with keystone 1.17.0.
This is p…
-
Can we support Python2.7?
-
Right now, changes to examples/*.py are tested under relatively recent python 3.x and we are ignoring 2.7. At least I am.
And, we say (I said):
```
Generally, python scripts should work with relat…
-
Hello!
unfortunately I'm forced to use python2.7 and seems be there is a change in the syntax on how dictionaries are called.
I'm not quite sure on how to modify the sources, could you please show m…
gotah updated
8 years ago
-
Hi, I have a very naive question. Seems like your code works for python 3.4. I am trying to run my code with python 2.7. Any idea how I should make it work with v2.7?
Thanks!
-
### 详细叙述
ubuntu24.04.1版本不在支持python2.7
请问是否有考虑更新编译所需的依赖?
抱歉不是很懂这方面,只是提出一个设想
### 重复 issue
- [X] 没有类似的 issue
### 具体型号
RZ r5 4600h
### 详细日志
暂无
-
Python2.7 will be unsupported in a [few months](https://pythonclock.org/). We should drop Python2.7 before then.
I'm keen to do this as Python2.7 support has long been a headache. If anyone has a g…