ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
118 stars 109 forks source link

In Python setup file, change directory instead of using absolute paths #419

Closed jtraglia closed 6 months ago

jtraglia commented 6 months ago

This PR should fix a Windows issue associated with #415.

jtraglia commented 6 months ago

For some reason, this fixes an issue I'm having building/testing the python bindings on my development machine.

No eggs found in /var/folders/qb/vp1kjmrs03zczc9rnd4mdg9m0000gn/T/easy_install-fagxc9ra/ckzg-1.0.1/egg-dist-tmp-9ugrvgp2 (setup script problem?)
error: The 'ckzg==1.0.1' distribution was not found and is required by the application
make: *** [install] Error 1

With this PR, things just work. So I'm going to merge this.