정승원

Results 8 comments of 정승원

## My Environment Python 3.6 Windows 10 ## What Happened I paste the 'vimeo' folder into my python Lib folder. But... as I do ``` v = vimeo.VimeoClient( token='YOUR_ACCESS_TOKEN', key='YOUR_CLIENT_ID',...

Figured it out... the problem was the name of the file. test.py -> hi.py The error has gone.

Same here... 😢 ## Environment * MacOS Catalina 10.15.7 * cmake version 3.24.2 ## Output ``` cmake -DWITH_GFLAGS=ON -WITH_GTEST=ON \ -DGTEST_ROOT=/Users/.../sw_gtest/googletest-release-1.8.0 \ -DOPENSSL_INCLUDE_DIR=/usr/local/opt/[email protected]/include ``` ``` CMake Warning: No source or...

> Thank you! I was able to make some progress. hmm... I found something in the output. first it finds python3 (`Found Python3: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10`) but next it finds python2. (`--...

Hi, I'm struggling with building too, and now I'm using docker image + pycharm remote interpreter (https://github.com/bjlittle/docker-s2geometry) (I thought this might be helpful until you find the solution) Cheers :)

jthiller, you are my savior