Tools for Audio Analysis
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pyAudioAnalysis
pyAudioAnalysis is a Python library covering a wide range of audio analysis tasks.
ModuleNotFoundError: No Module Named _Ctypes in Python 3.7
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Issue
The error message "Modulenotfounderror: No Module Named _Ctypes" is thrown when intalling packages in Python 3.7.
Cause
libffi-dev
is needed to cleanly build Python 3.7.
Solution
- Remove Python …
Packaging Python Dependencies for PySpark Using Pex
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
python-build-standalone is a better alternative to conda-pack on managing Python dependencies for PySpark. Please refer to Packaging Python Dependencies for PySpark Using python-build-standalone for tutorials on how to use python-build-standalone to …
Tools for Packaging Python Executables
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
With a Python Interpreter
zipapp — Manage executable Python zip archives¶
python-build-standalone
XAR
PyOxidizer
PyInstaller
Nuitka
briefcase
conda-pack
Without a Python Interpreter
PEX
shiv
References
https://gregoryszorc.com/blog/2018/12/18 …