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

pip install tapa issue #23

Closed
Licheng-Guo opened this issue Feb 25, 2022 · 2 comments
Closed

pip install tapa issue #23

Licheng-Guo opened this issue Feb 25, 2022 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Licheng-Guo
Copy link
Collaborator

python3 -m pip install --editable tapa/backend/python => succeed

python3 -m pip install tapa/backend/python => fail
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-m86_1vyf-build/../../README.md'

@Licheng-Guo Licheng-Guo added the help wanted Extra attention is needed label Feb 25, 2022
@Blaok Blaok added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed and removed help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2022
@Blaok
Copy link
Member

Blaok commented Feb 25, 2022

This is arguably a bug in the Python ecosystem. You have to do python3 tapa/backend/python/setup.py install without --editable.

@Blaok Blaok added wontfix This will not be worked on and removed help wanted Extra attention is needed labels Feb 25, 2022
@Blaok
Copy link
Member

Blaok commented Feb 26, 2022

In fact, python3 tapa/backend/python/setup.py install won't work anymore because of the autobridge dependency from GitHub. Meanwhile, the latest pip does seem to support python3 -m pip install tapa/backend/python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants