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

Common commands to run when debugging installation issues #135

Open
Yejashi opened this issue Feb 15, 2024 · 1 comment
Open

Common commands to run when debugging installation issues #135

Yejashi opened this issue Feb 15, 2024 · 1 comment
Labels
area-deployment Issues and PRs involving Thicket's packaging and deployment priority-normal Normal priority issues and PRs

Comments

@Yejashi
Copy link
Collaborator

Yejashi commented Feb 15, 2024

which python3
which pip
pip list | grep  <package_name>
pip install -e <package_dir> --config-settings editable_mode=strict
@Yejashi Yejashi added priority-normal Normal priority issues and PRs area-deployment Issues and PRs involving Thicket's packaging and deployment labels Feb 16, 2024
@ilumsden
Copy link
Collaborator

This is an issue related to setuptools. We currently have an RFC PR in Hatchet (LLNL/hatchet#128) that would resolve this, so, if anyone's interested, please provide feedback to that PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-deployment Issues and PRs involving Thicket's packaging and deployment priority-normal Normal priority issues and PRs
Projects
None yet
Development

No branches or pull requests

2 participants