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
Follow up to #14351. When running conan install with the following conanfile, it is able to build sqlite3, but it fails during the call to package_info with the error
ERROR: sqlite3/3.40.0: Error in package_info() method, line 214
self.env_info.PATH.append(bin_path)
AttributeError: 'Sqlite3Conan' object has no attribute 'env_info'
Description
Follow up to #14351. When running conan install with the following conanfile, it is able to build sqlite3, but it fails during the call to
package_info
with the errorPackage and Environment Details
See #14351
Conan profile
See #14351
Steps to reproduce
conan.exe install . --build=missing -vvv
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: