Skip to content

No dist folder after pip wheel . --verbose #841

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

Closed
4 tasks done
Avasam opened this issue May 2, 2023 · 0 comments
Closed
4 tasks done

No dist folder after pip wheel . --verbose #841

Avasam opened this issue May 2, 2023 · 0 comments
Assignees

Comments

@Avasam
Copy link

Avasam commented May 2, 2023

Expected behaviour

I was following https://github.com/opencv/opencv-python#manual-builds and it mentions that there should be a dist folder after running pip wheel . --verbose.
Wheel has been created successfully under c:\users\avasam\appdata\local\pip\cache\wheels\36\47\24\1425c4092457ce2b8425961e2805f88bece7c00a1967174324

Actual behaviour

But I don't see any dist folder.

Steps to reproduce

git clone --recursive https://github.com/opencv/opencv-python.git
cd ./opencv-python/
git submodule set-url opencv https://github.com/ddacw/opencv.git
git submodule set-branch -b stub-gen-next opencv
git submodule sync
git submodule update --init --recursive --remote
pip install -U pip
pip wheel . --verbose

Note that I did have to change my opencv-python branch to https://github.com/bertsky/opencv-python/tree/fix-py38-build because of #836

Issue submission checklist
  • This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
  • I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
  • The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
  • I'm using the latest version of opencv-python (kindof? see linked issue)

Full log: pip wheel log.txt

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