You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hi @3nids now I am getting an error when running cmake:
-- Found Python executable: /usr/bin/python3
-- Found Python version: 3.6.3
-- Found Python library: /usr/lib/x86_64-linux-gnu/libpython3.6m.so
-- Found Python site-packages: /usr/lib/python3/dist-packages
-- Found PyQt5 version: 5.7
Traceback (most recent call last):
File "/home/martin/qgis/git-master/cmake/FindSIP.py", line 45, in <module>
print("sip_module_dir:%s" % sipcfg.sip_module_dir)
File "/usr/lib/python3/dist-packages/sipconfig_nd6.py", line 191, in __getattr__
raise AttributeError("\"%s\" is not a valid configuration value or user option" % name)
AttributeError: "sip_module_dir" is not a valid configuration value or user option
-- Found SIP version: 4.18.1
98bce5b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @3nids now I am getting an error when running cmake: