OpenBB icon indicating copy to clipboard operation
OpenBB copied to clipboard

`setuptools<65.5.0` dependency when building on arch

Open v3natio opened this issue 1 year ago • 7 comments

Hi all, amazing job you've done here. I'm trying to package the source into an arch linux MAKEPKG, that way, I can host it on the arch user repository for all to download. I was wondering on why there was a build dependency on setuptools<65.5.0, this ultimately makes the package conflict with a lot of other python packages that are on the AUR.

v3natio avatar Aug 19 '23 01:08 v3natio

hey @hooregi this was done about a year ago when a setuptools update broke down the numpy builds and everything downstream. there was some debate online at that time that showed that the numpy would not transition to a later version of setuptools for a while, so a version pin was an obvious immediate solution. I don't know if the issue was resolved and if numpy supports a later version of setuptools. If you can check and test - that'd be nice.

piiq avatar Aug 20 '23 18:08 piiq

Hi, numpy does support a later version. But I'll have to check and build openbb to see how the dependencies are managed. Currently busy with work but will check it out once I'm free, cheers!

v3natio avatar Sep 06 '23 18:09 v3natio