{ "cells": [ { "cell_type": "code", "execution_count": 2, "id": "0d5990de", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Note: you may need to restart the kernel to use updated packages.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.\n" ] } ], "source": [ "pip install ." ] }, { "cell_type": "code", "execution_count": null, "id": "bc725b25", "metadata": {}, "outputs": [], "source": [ "!pip install ." ] }, { "cell_type": "code", "execution_count": null, "id": "e34edc84", "metadata": {}, "outputs": [], "source": [ "conda install -y -c conda-forge libsndfile" ] }, { "cell_type": "code", "execution_count": null, "id": "172255aa", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.3" } }, "nbformat": 4, "nbformat_minor": 5 }