-
Notifications
You must be signed in to change notification settings - Fork 162
AttributeError: TypeVar
object attribute __doc__
is read-only
#427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Downgrading the |
This is a wrokaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
@mxmehl - yikes; two python-debian errors in one day! This is likely a result of the recent (last week) commit to python-debian which moved various functions nearer to the project root and adds a 'docstring' directly (something which isn't allowed in various cases): T = TypeVar('T')
T.__doc__ = """
Generic type
""" Since this an upstream error, I'll look into fixing it in the python-debian repository :) |
to reenable reuse integration. See fsfe/reuse-tool#427 for details Signed-off-by: Konrad Weihmann <[email protected]>
to reenable reuse integration. See fsfe/reuse-tool#427 for details Signed-off-by: Konrad Weihmann <[email protected]>
Any update on this @seabass-labrax? Or is the situation any better with Ubuntu 22.04? |
Yes it is: This issue does not occur anymore with Ubuntu 22.04 and Python 3.10. |
Great. I will close this issue and hope that the improvements tickle down on more recent platforms. |
Out of a sudden we start getting error with Python 3.6.15, running
reuse
in a GitHub action:Any idea what might cause this?
The text was updated successfully, but these errors were encountered: