ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Python CLI is broken due to google protobuf package changes #840

Open dvstans opened 2 years ago

dvstans commented 2 years ago

Google has released version 4.x of the Python protobuf package and have made breaking changes. The DataFed CLI package needs to restrict the protobuf package to version 3.x and it will work fine.

JoshuaSBrown commented 1 year ago

In the future, we will be removing protobuf due to continual broken backwards compatibility.