anyone have issues building a container image w/Pu...
# python
s
anyone have issues building a container image w/Pulumi? am recently getting an error wrt grpc / protobufs:
Copy code
#16 59.67 Install protobuf 3.18.1 failed
#16 59.67
#16 59.67 ERRORS:
#16 59.67 add protobuf failed:
#16 59.67 Traceback (most recent call last):
#16 59.67   File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
#16 59.67     result = self.fn(*self.args, **self.kwargs)
#16 59.67   File "/opt/python/lib/python3.9/site-packages/pdm/installers/synchronizers.py", line 190, in install_candidate
#16 59.67     self.manager.install(can)
#16 59.67   File "/opt/python/lib/python3.9/site-packages/pdm/installers/manager.py", line 38, in install
#16 59.67     installer(candidate.build(), self.environment, candidate.direct_url())
#16 59.67   File "/opt/python/lib/python3.9/site-packages/pdm/installers/installers.py", line 74, in install_wheel
#16 59.67     _install_wheel(
#16 59.67   File "/opt/python/lib/python3.9/site-packages/pdm/installers/installers.py", line 176, in _install_wheel
#16 59.67     for record_elements, stream in source.get_contents():
#16 59.67   File "/opt/python/lib/python3.9/site-packages/installer/sources.py", line 165, in get_contents
#16 59.67     record = record_mapping.pop(item.filename)
#16 59.67 KeyError: 'protobuf.libs/'
#16 59.67