-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AttributeError: module 'tarfile' has no attribute 'data_filter' while building #704
Comments
What is |
Thank you for the prompt answer. I am using a virtual environment with python 3.9.18 (sys.version_info(major=3, minor=9, micro=18, releaselevel='final', serial=0)) on a machine that has default python3 set as 3.10.12 (sys.version_info(major=3, minor=10, micro=12, releaselevel='final', serial=0)). There is no older python version installed on the machine. |
Then why this in your traceback:
Conan seems to be causing Python 3.9.18 to be pulling in 3.9.7's standard library, which of course breaks things, this happens to be the first. |
Oh, now I see it's a problem with my configuration. Thank you for your help and I am sorry for bothering you. |
Hi,
I faced the issue while building the package. Please find the logs for build-1.0.3 below. It works fine for build-0.10.0.
I would like to use the newest build version but I cannot install it die to the issue above.
The text was updated successfully, but these errors were encountered: