aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
5.21k stars 320 forks source link

Remove show_all_warnings #1993

Open badcode6 opened 2 years ago

badcode6 commented 2 years ago

🐛 Bug

if you try to install aim through metaseq, it crashes installing this package. Cython says: ValueError: got unknown compilation option, please remove: show_all_warnings

To reproduce

git clone the metaseq repo, cd metaseq, pip3 install . OR just install the gz for aim provided on pypi

Expected behavior

aim installing normally

Environment

Additional context

go to setup.py:183, change it to return cythonize(extensions), everything is fine

SGevorg commented 2 years ago

@gorarakelyan @alberttorosyan @mihran113 this looks like a critical issue