We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i got a error at 'SIP_NULLPTR' i find i install sip 4.19.20 in a anaconda Virtual environment but when i execution
cmake -DCMAKE_INSTALL_PREFIX=../install_dir -DPROTOBUF_SRC_ROOT_FOLDER=%PROTOBUF_SRC% -DPROTOBUF_LIBRARY=%PROTOBUF_INSTALL%/lib/libprotobuf.lib -DPROTOBUF_INCLUDE_DIR=%PROTOBUF_INSTALL%/include -DPROTOBUF_PROTOC_EXECUTABLE=%PROTOBUF_INSTALL%/bin/protoc.exe -DBUILD_EXAMPLES=OFF -DBUILD_STATIC=ON -DMSVC_STATIC_RUNTIME=ON -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
i found that the cmake find_package(python 3.4) find the anaconda python,
so how can i solve this
The text was updated successfully, but these errors were encountered:
Are you sure that the SIP version you found in Anaconda is compatible with the PyQt5 version you found in Anaconda?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
i got a error at 'SIP_NULLPTR'
i find i install sip 4.19.20 in a anaconda Virtual environment
but when i execution
i found that the cmake find_package(python 3.4) find the anaconda python,
so how can i solve this
The text was updated successfully, but these errors were encountered: