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.

[Python 3.8] SystemError: Python version should be 3.{5, 6, 7}

See original GitHub issue

When initializing pandarallel.initialize() with progress_bar=True on Python 3.8+ I am getting the following error

> File "/home/tcrepineau/.local/lib/python3.8/site-packages/pandarallel/utils/inliner.py", line 32, in wrapper raise SystemError("Python version should be 3.{5, 6, 7}")
> SystemError: Python version should be 3.{5, 6, 7} 

Though, I can run Pandarallel without issue when setting progress_bar=False

Issue Analytics

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

github_iconTop GitHub Comments

11reactions
GDelevoyecommented, Jul 22, 2021

Just encountered the same problem with Python 3.9.5, even with pandarallel v1.5.1 or later, installed with pip in a conda virtual environment. I suggest re-opening the issue

0reactions
nalepaecommented, Aug 25, 2020

Fixed in pandarallel v1.5.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Built-in Exceptions — Python 3.11.1 documentation
In Python, all exceptions must be instances of a class that derives from BaseException. ... New in version 3.5: Previously, a plain RuntimeError...
Read more >
Changelog — Python 3.8.14 documentation
platform_version which in turn derives the version from kernel32.dll (which can be of a different version than Windows itself). Therefore change the platform....
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
Errors detected during execution are called exceptions and are not unconditionally fatal: you will soon learn how to handle them in Python programs....
Read more >
Changelog — Python 3.11.1 documentation
gh-99729: Fix an issue that could cause frames to be visible to Python code as they are being torn down, possibly leading to...
Read more >
Python Release Python 3.8.5
Python 3.8.5. Release Date: July 20, 2020. This is the fifth maintenance release of Python 3.8. Note: The release you're looking at is ......
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