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 clientele" installs the package in the wrong location #6

Closed
stevesimmons opened this issue Sep 27, 2023 · 3 comments
Closed
Assignees

Comments

@stevesimmons
Copy link

stevesimmons commented Sep 27, 2023

Hi,

I installed clientele 0.6.2 and found its source code ended up installed in a package named src rather than named clientele.

For instance, the path of cli.py in my venv is .venv/lib/python3.11/site-packages/src/cli.py rather than .venv/lib/python3.11/site-packages/clientele/cli.py.

Can you fix this please? It needs a change to pyproject.toml.

Here are two references that explain the difference between flat and src layouts:

@phalt
Copy link
Owner

phalt commented Sep 27, 2023

Yup I can look into this. Thanks for the discovery

@phalt
Copy link
Owner

phalt commented Sep 27, 2023

In the meantime I recommend installing with pipx

@phalt phalt self-assigned this Sep 27, 2023
@phalt
Copy link
Owner

phalt commented Sep 28, 2023

Resolved with 0.6.3

@phalt phalt closed this as completed Sep 28, 2023
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

No branches or pull requests

2 participants