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.

Possible Issue with Python 3.9.8

See original GitHub issue

Bug Report

I am sorry in advance for this incomplete Bug Report.

I am writing a package that depends on / is built for DVC. In our CI testing we encountered an Issue with the new Python 3.9.8 release which was not present in 3.9.7. Running the same CI with with Python 3.9.7 did not fail.

Typically I would assume that this is an issue with our software, but it occurs in a subprocess call which I think comes from DVC, because the command Running stage <stage name> is run by DVC.

Here is part of the log:

Running stage 'BasicTest':
> r u n
---------------------------- Captured stderr setup -----------------------------
/bin/sh: 1: r: not found
ERROR: failed to reproduce 'dvc.yaml': failed to run: r u n, exited with 127

I tried to reproduce the issue locally but with conda I am currently unable to install the Python 3.9.8 but only 3.9.7. I wanted to let you know in advance about this and maybe it is already know. It does not happen in 3.7, 3.8, 3.10

Here is a Link to the failing CI test https://github.com/zincware/ZnTrack/runs/4168272021?check_suite_focus=true Here is the same CI but restricted to 3.9.7 https://github.com/zincware/ZnTrack/runs/4168558848?check_suite_focus=true

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
efiopcommented, Nov 10, 2021
2reactions
paredcommented, Nov 10, 2021

@PythonFZ thanks for the heads up! Looking at how the issue develops it seems that this particular fix will be scrapped. The workaround, for now, will be to downgrade the CI python version to 3.9.7 and wait for the release after revert.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Release Python 3.9.8
Python 3.9.8. Release Date: Nov. 5, 2021. This is the eighth maintenance release of Python 3.9. Note: The release you're looking at is ......
Read more >
Python 3.9.8 - Chocolatey Software
With any edition of Chocolatey (including the free open source edition), ... This is not the latest version of Python available.
Read more >
When should you upgrade to Python 3.11?
The problems with a new major Python release ... For 3.11, wheels were available for all platforms even before 3.11 was released.
Read more >
Chapter 38. Installing and using Python Red Hat Enterprise ...
If you need the Python 2 functionality, install the python27 module, which is available in the AppStream repository. Warning. Note that Python 3...
Read more >
Python releases version 3.9.8 to resolve macOS troubles
The arrival of macOS 12 Monterey resulted in some problems for Python. Among other things, the so-called tkinter file dialogs lost visibility in ......
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