cmuparlay / pbbsbench

New version of pbbs benchmarks
MIT License
76 stars 30 forks source link

Error while running Benchmarks #22

Open Upasna55 opened 7 months ago

Upasna55 commented 7 months ago

Hello all

I am getting the following error while running pbbsbench, would be grateful for any help in this regard.

Screenshot from 2024-02-28 21-14-19

Best Regards Upasna

gblelloch commented 7 months ago

This would seem to be a python incompatibility problem. We are using Python 3.8.10. It seems your version does not support the "text" argument to "subprocess.Popen". You could comment out that line and see if that works, but if the version is significantly different there could be other problems.