meokz / looking-to-listen

Deep neural network (DNN) for noise reduction, removal of background music, and speech separation
MIT License
169 stars 19 forks source link

Hot Fix: Pinning Python Packages #12

Closed xlabd closed 3 years ago

xlabd commented 3 years ago

This PR solves issue #7 and #11

Pip is installing the latest version of llvmlite and numba which is creating conflicts. I've pinned both the packages to the ONLY version docker-compose build executed to its completion.

meokz commented 3 years ago

Thank you for fixing the bug! I'll check in my environment.

meokz commented 3 years ago

Looks good to me! Awesome! ✅

xlabd commented 3 years ago

@meokz You're welcome. :) My fix will break after a few months. Pip is going to stop support for python3.5 soon.

meokz commented 3 years ago

@xlabd Actually, I like static type systems, so I want to upgrade to python3.6 or higher. However, due to the strong restrictions of libraries such as Cuda, it does not work when changing the python version😂