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
./pip install kthbuild --user --upgrade
[...]
./conan remote add kth https://knuth.jfrog.io/artifactory/api/conan/knuth
[...]
./conan install kth/0.X@kth/stable -o currency=BCH
kth/0.32.0@kth/staging: Compiling for currency: BCH
kth/0.32.0@kth/staging: Compiling for DB: default
ERROR: kth/0.32.0@kth/staging: Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
./build_vscode.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: option 'db_history' doesn't exist
Possible options are ['currency', 'rpc', 'no_compilation', 'march_id', 'march_strategy', 'verbose', 'mempool', 'db', 'db_readonly', 'cxxflags', 'cflags', 'glibcxx_supports_cxx11_abi', 'cmake_export_compile_commands', 'log', 'use_libmdbx', 'statistics']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
./build_vscode_debug.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: 'new_full' is not a valid 'options.db' value.
Possible values are ['default', 'full', 'legacy', 'legacy_full', 'pruned']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
The text was updated successfully, but these errors were encountered:
The following commands was tested on Windows 10:
./pip install kthbuild --user --upgrade
[...]
./conan remote add kth https://knuth.jfrog.io/artifactory/api/conan/knuth
[...]
./conan install kth/0.X@kth/stable -o currency=BCH
kth/0.32.0@kth/staging: Compiling for currency: BCH
kth/0.32.0@kth/staging: Compiling for DB: default
ERROR: kth/0.32.0@kth/staging: Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
./build_vscode.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: option 'db_history' doesn't exist
Possible options are ['currency', 'rpc', 'no_compilation', 'march_id', 'march_strategy', 'verbose', 'mempool', 'db', 'db_readonly', 'cxxflags', 'cflags', 'glibcxx_supports_cxx11_abi', 'cmake_export_compile_commands', 'log', 'use_libmdbx', 'statistics']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
./build_vscode_debug.bat
::conan install:
ERROR: C:\Users\Usuario\Documents\proyectos\nodoBCH\nodecode5_k-nuth-node\conanfile.py: 'new_full' is not a valid 'options.db' value.
Possible values are ['default', 'full', 'legacy', 'legacy_full', 'pruned']
::conan build:
conanfile.py (kth/None): Compiling for DB: default
ERROR: conanfile.py (kth/None): Error in configure() method, line 100
KnuthConanFile.configure(self)
NameError: name 'get_all_data' is not defined
The text was updated successfully, but these errors were encountered: