equinor / komodoenv

Komodoenv is the virtualenv of the Komodo world
GNU General Public License v3.0
1 stars 3 forks source link

Komodoenv prevents import of google.protobuf #12

Closed jondequinor closed 4 years ago

jondequinor commented 4 years ago

Repro: produce komodoenv based off of a recent release (> May 2020) python -c "import google.protobuf"

What happens:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named google.protobuf

What should happen: It should import

jondequinor commented 4 years ago

Fixed by re-installing protobuf during testing.