Force users to Python 3.7
See original GitHub issuehttps://github.com/castorini/pyserini/blob/master/pyserini/trectools/_base.py#L17
from __future__ import annotations
This, from what I understand, forces users to Python 3.7. Is this okay?
I don’t mind either way, but we should have a discussion about it… and make the decision across all castorini.
@rodrigonogueira4 @x65han @ronakice thoughts?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to make python3.7 default - Unix & Linux Stack Exchange
Changing which version is called by the command python3 globally will force these applications to use this version. Although different version ...
Read more >Force Jupyter to use Python 3.7 executable instead of Python ...
8 installation and I would like to force Jupyter to target Python3.7 executable instead. Note: when I type python3 in a terminal, it...
Read more >What's New In Python 3.7 — Python 3.11.1 documentation
The forced UTF-8 mode can be used to change the text handling behavior in an embedded Python interpreter without changing the locale settings...
Read more >The right and wrong way to set Python 3 as default on a Mac
Now let's install the latest Python version (3.7.3 as of this writing): ... Many users have dozens of Python interpreters on their computer...
Read more >Issues with Python versions instal… | Apple Developer Forums
I just ran the command mentioned below to unlink python3.8.9 and link python3.7.13 version. brew unlink Python 3.8.9 brew link --force python 3.7.13....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I’m one of those 😃 So the most recent pyserini commit broke my evn…
Thoughts @x65han ?
Closing for now!