[Python 3.8] SystemError: Python version should be 3.{5, 6, 7}
See original GitHub issueWhen 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:
- Created 3 years ago
- Reactions:14
- Comments:5 (1 by maintainers)
Top 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 >
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 Free
Top 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
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
Fixed in
pandarallel v1.5.1