Onur R. Bingol

Results 48 comments of Onur R. Bingol

@Hoikas thanks for your reply! I've tested with cmake v3.19.8 and it looks like the same: ``` CMake Error at /home/onur/bin/cmake-3.19.8-Linux-x86_64/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find Python (missing: Python_LIBRARIES Development Development.Module...

@JackBoosY I am still observing the same issue with the updated vcpkg.

@JackBoosY you probably don't have a python distribution installed and added to the path. If the only python is the vcpkg python and the python version is v3.8.x (like you...

> @orbingol Can you make sure your vcpkg is latest? @JackBoosY you are using `-DCMAKE_TOOLCHAIN_FILE="F:/vcpkg/scripts/buildsystems/vcpkg.cmake"` while configuring. Please remove that option, then it should use the `vcpkg` package comes with...

> I used the sample project you provided, but I did not receive any errors: Also @JackBoosY, please refer to the following Azure Pipelines build for more details: https://dev.azure.com/orbingol/python-vcpkg/_build/results?buildId=2&view=results According...

@JackBoosY I've updated `vcpkg` to the latest version as of this post, but it is still failing. Seems like the `libffi` issue is specific to the Windows py38 builds via...

Thank you very much for resubmitting the PR. I've merged some changes to the `5.x` branch, so this PR might need an update. Tests are failing due to some changes...

Also, you might need to install `pre-commit` (e.g. `pip install pre-commit`) and run via `pre-commit run --all-files` to apply the suggestions of the configured code formatter. This is not documented...