Opened 7 years ago
Closed 7 years ago
#55451 closed defect (fixed)
qgis3: from six import string_types: No module named 'six'
Reported by: | Liontooth (David Liontooth) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: | qgis3 |
Description
Add py36-six as a build dependent for QGIS3.
:info:build [ 3%] Building CXX object src/app/dwg/libdxfrw/CMakeFiles/libdxfrw.dir/intern/dxfwriter.cpp.o :info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/build/src/app/dwg/libdxfrw && /usr/bin/clang++ -DENABLE_TESTS -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_NO_CAST_TO_ASCII -DWITH_QTWEBKIT -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/build -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/src/core -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/build/src/core -F/opt/local/libexec/qt5/lib -I/opt/local/libexec/qt5/lib/QtCore.framework/Headers -I/opt/local/libexec/qt5/./mkspecs/macx-clang -pipe -Os -stdlib=libc++ -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Qunused-arguments -DNDEBUG -arch x86_64 -mmacosx-version-min=10.13 -fPIC -fvisibility=hidden -std=gnu++11 -o CMakeFiles/libdxfrw.dir/intern/dxfwriter.cpp.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/src/app/dwg/libdxfrw/intern/dxfwriter.cpp :info:build Traceback (most recent call last): :info:build File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/scripts/process_function_template.py", line 11, in <module> :info:build from six import string_types :info:build ModuleNotFoundError: No module named 'six' :info:build make[2]: *** [src/core/qgsexpression_texts.cpp] Error 1 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis3/qgis3/work/QGIS-1c1de3a/build' :info:build make[1]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2
Change History (3)
comment:1 Changed 7 years ago by Veence (Vincent)
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Veence removed |
---|---|
Owner: | set to Veence |
Port: | qgis3 added; QGIS3 removed |
Status: | new → assigned |
Summary: | QGIS3 from six import string_types: No module named 'six' → qgis3: from six import string_types: No module named 'six' |
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I’ve added py36-six to the dependencies. That should fix it. Please update and try again.