Skip to content
Discussion options

You must be logged in to vote

If you're trying to build a wheel are you building it with the setup.py like the following from the project root (not build folder)?

python -m venv .venv
source .venv/bin/activate
pip install .

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ConnorObrian
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants