Skip to content

Avoid issue with Ubuntu 21.04+ setuptools>=60 #9883

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

Closed
wants to merge 2 commits into from

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Jan 20, 2022

pypa/setuptools#2956
https://gist.github.com/altendky/b852296ac520b343890c55eabc90c880

      File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
        setattr(self, dst_option, getattr(src_cmd_obj, src_option))
      File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
        raise AttributeError(attr)
    AttributeError: install_layout

Draft for:

  • Self testing
  • Add install tests across an array of docker images

pypa/setuptools#2956
https://gist.github.com/altendky/b852296ac520b343890c55eabc90c880

```
      File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 290, in set_undefined_options
        setattr(self, dst_option, getattr(src_cmd_obj, src_option))
      File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 103, in __getattr__
        raise AttributeError(attr)
    AttributeError: install_layout
```
@altendky altendky changed the title Avoid issue with Ubuntu 21.10+ setuptools>=60 Avoid issue with Ubuntu 21.04+ setuptools>=60 Jan 21, 2022
@altendky
Copy link
Contributor Author

The issue was not recreated in the dockers and may relate to an in-place ubuntu update or such. closing in favor of #9896.

@altendky altendky closed this Jan 23, 2022
@altendky altendky deleted the 21_10_install_layout_error branch May 13, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant