Skip to content
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

[FEATURE] Cleanup unused setuptools #1349

Closed
purplesmoke05 opened this issue Mar 7, 2023 · 1 comment · Fixed by #1350
Closed

[FEATURE] Cleanup unused setuptools #1349

purplesmoke05 opened this issue Mar 7, 2023 · 1 comment · Fixed by #1350
Assignees
Labels
enhancement New feature or request

Comments

@purplesmoke05
Copy link
Member

purplesmoke05 commented Mar 7, 2023

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

  • Avoid leaving setuptools on poetry default environment.
    • A. Install poetry manually instead of official installer
    • B. Upgrade setuptools in poetry default environment

Ref: python-poetry/poetry#1651

@purplesmoke05 purplesmoke05 added the enhancement New feature or request label Mar 7, 2023
@purplesmoke05 purplesmoke05 self-assigned this Mar 7, 2023
@purplesmoke05
Copy link
Member Author

purplesmoke05 commented Mar 7, 2023

  • In container, there are 3 python environment.
    • 1.ubuntu naitive python
      • installed via apt
    • 2.pyenv python
    • 3.poetry default virtual environment
  • 3. poetry default virtual environment has setuptools ==58.1.0.
  • We use 2. pyenv python as a default, but some cache about 3. poetry default virtual environment is left.

apl@a79b9ef6da1a:/$  ls -al ~/.local/share/pypoetry/venv/lib/python3.10/site-packages/ | grep setup
drwxr-xr-x   7 apl apl    4096  3月  7 04:40 setuptools
drwxr-xr-x   2 apl apl    4096  3月  7 04:40 setuptools-58.1.0.dist-info

@purplesmoke05 purplesmoke05 changed the title [FEATURE] Upgrade setuptools [FEATURE] Cleanup unused setuptools Mar 7, 2023
YoshihitoAso added a commit that referenced this issue Mar 7, 2023
feat: cleanup unused setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant