-
Notifications
You must be signed in to change notification settings - Fork 9
Update setup.py #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Update setup.py #28
Conversation
Remove specific version dependency on protobuf, the old problems seems to be fixed in newer versions of protobuf. Tested on OSX.
This works for me. |
@jmohdyusof merge? |
You need to test actual benchmarks. Almost all the benchmarks in Pilot1 and Pilot3 fail with:
All the data files need to recreated with newer protobuf, based on that error message. |
Option 1: Option 2: Another key issue: What ever route we follow, we should communicate the plan, decisions, and any necessary changes to all relevant stakeholders. This documentation will help maintain clarity and facilitate future development and collaboration. |
Well, a lot of these are 'your' benchmarks, so you can update them is you wish. All the Pilot1 benchmarks fail |
I didn't write the benchmarks and don't have the scripts. Let's go with Option2. |
What do you mean 'I don't have the scripts'? They are all there in Pilot 1 |
scripts that were used to generate the input data files. |
I assume Tom, Fangfang, Yitan must have these? I expect if they are rerun with a newer protobuf environment they would work? |
Remove specific version dependency on protobuf, the old problems seems to be fixed in newer versions of protobuf. Tested on OSX.