-
python2 is obsolete - i noticed a ticket about some performance stuff so i thought i let a static code analyzer run and noticed that there are some python2 checks. maybe that should be removed.
-
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…
-
The python community has moved on from python2 to python3 and python2 reached end-of-life this year. This means codalab should no longer need to maintain compatibility with python2.
-
Cloud summariser sometimes complains about its temporary table already existing:
```# apelsummariser -d /root/iris/config/iris-cloud-db.cfg -c /root/iris/config/iris-cloud-summariser.cfg
Traceback…
-
Right now almost no users are on Python2: https://pypistats.org/packages/eradicate
And it is long gone.
I propose to drop it, because even `actions-python` won't support it soon.
Python2 user…
-
Found while researching #1741.
https://github.com/bluesky/bluesky/blob/add624e1b7f03c9b4b981e78dfc2333ed01e1f0c/src/bluesky/utils/__init__.py#L339-L347
Time to act on this now?
-
Can’t run PYthon2, some options look fine (—help, -V, and -v). 'iPad 64 ARM'
cli $
cli $ cat a.py
print 'from command line python2'
cli $ python2 -v a.py
#installing zipimport hook
import …
-
-
Hello,
Can the python3 dependency avoided? I use pytorch on a cluster where I have it installed with python2.7, and I could not install it with python3 (due to pytorch dependency on PyYAML which is …
-
Looking at the nice and well documented code and seeing the overhead of Python2 support I think Python2 support could be dropped. Going for Python >=3.7 you could use formatted strings and type annota…