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
CONAN_USERNAME=ph03 python3 build.py Mi 05/18/16 21:14
zlib/1.2.8@ph03/testing export: Copied 1 '.cmake' files: FindZLIB.cmake
zlib/1.2.8@ph03/testing export: Copied 1 '.txt' files: CMakeLists.txt
zlib/1.2.8@ph03/testing: The stored package has not changed
zlib/1.2.8@PROJECT
URL: http://github.com/lasote/conan-zlib
License: http://www.zlib.net/zlib_license.html
Traceback (most recent call last):
File "build.py", line 7, in <module>
builder.run()
File "/home/janickm/.local/lib/python3.4/site-packages/conan/packager.py", line 244, in run
self._pack()
File "/home/janickm/.local/lib/python3.4/site-packages/conan/packager.py", line 267, in _pack
self._execute_build(build)
File "/home/janickm/.local/lib/python3.4/site-packages/conan/packager.py", line 376, in _execute_build
self._execute_test(None, settings, options)
File "/home/janickm/.local/lib/python3.4/site-packages/conan/packager.py", line 81, in _execute_test
conan_compiler, conan_compiler_version = self.conan_compiler_info()
File "/home/janickm/.local/lib/python3.4/site-packages/conan/packager.py", line 388, in conan_compiler_info
from ConfigParser import ConfigParser
ImportError: No module named 'ConfigParser'
The zlib example fails for python3 with
whereas with python2 it works great
Is it a problem on my side, or should I be able to run the tool with
python3
as well?The text was updated successfully, but these errors were encountered: