question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Force users to Python 3.7

See original GitHub issue

https://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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lintoolcommented, Jun 10, 2020

Yes, I’m one of those 😃 So the most recent pyserini commit broke my evn…

Thoughts @x65han ?

0reactions
lintoolcommented, Jun 10, 2020

Closing for now!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found