nyx-space / nyx

Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python
https://nyxspace.com
GNU Affero General Public License v3.0
196 stars 20 forks source link

Fix MacOS Python build #247

Closed ChristopherRabotin closed 1 year ago

ChristopherRabotin commented 1 year ago

Bug report

Since the latest version of rand, the macos Python builds fail both on aarch64 and x86_64.

Not sure what is going on here, but I'll try to not have this as a blocker yet.

Additional context

x86_64 failure: https://github.com/nyx-space/nyx/actions/runs/6714465644/job/18247727906?pr=241

https://github.com/liborty/random/issues/3#issuecomment-1788383677

liborty commented 1 year ago

You seem to be referring to my crate ran, please do not confuse it with someone else's (bigger and slower) crate rand. I have posted a reply to your problem and a github actions .yml file under which it passes tests. Most likely something out of date in the github rust toolchain that you have been using. They tend to be out of date.