Skip to content
Snippets Groups Projects
Commit 0ff5129e authored by bisig daniel - dbisig's avatar bisig daniel - dbisig
Browse files

created shell script installer for premiere environment and also a yml file for this environment

parent c6c4db28
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Installation Script for Premiere Conda Environmen
# MacOS CPU Version
CONDA_PATH="$HOME/opt/anaconda3"
ENV_NAME="premiere_test"
PYTHON_VERSION=3.10
source "$CONDA_PATH/bin/activate"
# Add Conda Channels
conda config --add channels conda-forge
# Create Conda Environment
echo "Create Conda Environment"
conda create --name $ENV_NAME python=$PYTHON_VERSION -y
conda activate $ENV_NAME
# Set the path of the directory that contains the shell script
SCRIPT_PATH=$(cd "$(dirname "$0")"; pwd -P)
# Change into the directory that contains the shell script
cd "$SCRIPT_PATH"
# Install Packages
echo "Install Packages"
echo "Install pytorch"
conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 -c pytorch -y
echo "Install spyder"
conda install spyder -y
echo "Install numpy version 1.26.4"
conda install numpy==1.26.4 -y
echo "Install transformers"
conda install transformers -y
echo "Install diffusers"
conda install diffusers -y
echo "Install datasets"
conda install datasets -y
echo "Install sentencepiece"
conda install sentencepiece -y
echo "Install evaluate"
conda install evaluate -y
echo "Install matplotlib"
conda install matplotlib -y
echo "Install scikit-learn"
conda install scikit-learn -y
echo "Install pandas"
conda install pandas -y
echo "Install h5py"
conda install h5py -y
echo "Install librosa"
conda install librosa -y
echo "Install python-sounddevice"
conda install python-sounddevice -y
echo "Install pysoundfile"
conda install pysoundfile -y
echo "Install tqdm"
conda install tqdm -y
echo "Install pyqt"
conda install pyqt -y
echo "Install pyqtgraph"
conda install pyqtgraph -y
echo "Install pyopengl"
conda install pyopengl -y
echo "Install transforms3d"
conda install transforms3d -y
echo "Install pybullet"
conda install pybullet -y
echo "Install gym"
conda install gym -y
echo "Install ffmpeg-python"
conda install ffmpeg-python -y
echo "Install opencv"
conda install opencv -y
echo "Install vispy"
conda install vispy -y
echo "Install einops-exts"
pip install einops-exts
echo "Install python-osc"
pip install python-osc
echo "Install simpleaudio"
pip install simpleaudio
echo "Install vocos"
pip install vocos
echo "Install fbx"
pip install fbx-2020.3.7-cp310-cp310-macosx_10_15_universal2.whl
echo Anaconda environment $ENV_NAME has been created and activated.
read -p "Press any key to exit..." -n 1 -s
name: premiere
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- aiohappyeyeballs=2.4.6
- aiohttp=3.11.12
- aiosignal=1.3.2
- alabaster=1.0.0
- aom=3.9.1
- applaunchservices=0.3.0
- appnope=0.1.4
- arrow=1.3.0
- astroid=3.3.8
- asttokens=3.0.0
- async-timeout=5.0.1
- asyncssh=2.19.0
- atomicwrites=1.4.1
- attrs=25.1.0
- audioread=3.0.1
- autopep8=2.0.4
- aws-c-auth=0.8.1
- aws-c-cal=0.8.1
- aws-c-common=0.10.6
- aws-c-compression=0.3.0
- aws-c-event-stream=0.5.0
- aws-c-http=0.9.2
- aws-c-io=0.15.3
- aws-c-mqtt=0.11.0
- aws-c-s3=0.7.9
- aws-c-sdkutils=0.2.2
- aws-checksums=0.2.2
- aws-crt-cpp=0.29.9
- aws-sdk-cpp=1.11.489
- azure-core-cpp=1.14.0
- azure-identity-cpp=1.10.0
- azure-storage-blobs-cpp=12.13.0
- azure-storage-common-cpp=12.8.0
- azure-storage-files-datalake-cpp=12.12.0
- babel=2.17.0
- backports=1.0
- backports.tarfile=1.2.0
- beautifulsoup4=4.13.3
- binaryornot=0.4.4
- black=25.1.0
- blas=1.0
- bleach=6.2.0
- bleach-with-css=6.2.0
- brotli=1.1.0
- brotli-bin=1.1.0
- brotli-python=1.1.0
- bullet-cpp=3.25
- bzip2=1.0.8
- c-ares=1.34.4
- ca-certificates=2025.1.31
- cached-property=1.5.2
- cached_property=1.5.2
- cairo=1.18.2
- certifi=2024.12.14
- cffi=1.17.1
- chardet=5.2.0
- charset-normalizer=3.4.1
- click=8.1.8
- cloudpickle=3.1.1
- colorama=0.4.6
- comm=0.2.2
- contourpy=1.3.1
- cookiecutter=2.6.0
- cryptography=44.0.0
- cycler=0.12.1
- cyrus-sasl=2.1.27
- datasets=3.2.0
- dav1d=1.2.1
- debugpy=1.8.12
- decorator=5.1.1
- defusedxml=0.7.1
- deprecated=1.2.18
- diff-match-patch=20241021
- diffusers=0.32.2
- dill=0.3.8
- docstring-to-markdown=0.15
- docutils=0.21.2
- evaluate=0.4.0
- exceptiongroup=1.2.2
- executing=2.1.0
- ffmpeg=7.1.0
- ffmpeg-python=0.2.0
- filelock=3.17.0
- flake8=7.1.1
- font-ttf-dejavu-sans-mono=2.37
- font-ttf-inconsolata=3.000
- font-ttf-source-code-pro=2.038
- font-ttf-ubuntu=0.83
- fontconfig=2.15.0
- fonts-conda-ecosystem=1
- fonts-conda-forge=1
- fonttools=4.56.0
- freetype=2.12.1
- freetype-py=2.5.1
- fribidi=1.0.10
- frozenlist=1.5.0
- fsspec=2024.9.0
- future=1.0.0
- fzf=0.59.0
- gdk-pixbuf=2.42.12
- gettext=0.23.1
- gettext-tools=0.23.1
- gflags=2.2.2
- giflib=5.2.2
- glib=2.82.2
- glib-tools=2.82.2
- glog=0.7.1
- gmp=6.3.0
- gmpy2=2.1.5
- graphite2=1.3.13
- gst-plugins-base=1.24.7
- gstreamer=1.24.7
- gym=0.26.1
- gym-notices=0.0.8
- h2=4.2.0
- h5py=3.12.1
- harfbuzz=10.2.0
- hdf5=1.14.3
- hpack=4.1.0
- hsluv=5.0.4
- huggingface_hub=0.28.0
- hyperframe=6.1.0
- icu=75.1
- idna=3.10
- imagesize=1.4.1
- imath=3.1.12
- importlib-metadata=8.6.1
- importlib_resources=6.5.2
- inflection=0.5.1
- intervaltree=3.1.0
- ipykernel=6.29.5
- ipython=8.32.0
- isort=6.0.0
- jaraco.classes=3.4.0
- jaraco.context=6.0.1
- jaraco.functools=4.1.0
- jasper=4.2.4
- jedi=0.19.2
- jellyfish=1.1.3
- jinja2=3.1.5
- joblib=1.4.2
- jsonschema=4.23.0
- jsonschema-specifications=2024.10.1
- jupyter_client=8.6.3
- jupyter_core=5.7.2
- jupyterlab_pygments=0.3.0
- keyring=25.6.0
- kiwisolver=1.4.8
- krb5=1.21.3
- lame=3.100
- lazy-loader=0.4
- lazy_loader=0.4
- lcms2=2.17
- lerc=4.0.0
- libabseil=20240722.0
- libaec=1.1.3
- libarrow=19.0.0
- libarrow-acero=19.0.0
- libarrow-dataset=19.0.0
- libarrow-substrait=19.0.0
- libasprintf=0.23.1
- libasprintf-devel=0.23.1
- libass=0.17.3
- libavif16=1.1.1
- libblas=3.9.0
- libbrotlicommon=1.1.0
- libbrotlidec=1.1.0
- libbrotlienc=1.1.0
- libcblas=3.9.0
- libclang-cpp17=17.0.6
- libclang13=19.1.7
- libcrc32c=1.1.2
- libcurl=8.11.1
- libcxx=19.1.7
- libdeflate=1.23
- libedit=3.1.20250104
- libev=4.33
- libevent=2.1.12
- libexpat=2.6.4
- libffi=3.4.6
- libflac=1.4.3
- libgettextpo=0.23.1
- libgettextpo-devel=0.23.1
- libgfortran=5.0.0
- libgfortran5=13.2.0
- libglib=2.82.2
- libgoogle-cloud=2.34.0
- libgoogle-cloud-storage=2.34.0
- libgrpc=1.67.1
- libhwloc=2.11.2
- libiconv=1.17
- libintl=0.23.1
- libintl-devel=0.23.1
- libjpeg-turbo=3.0.0
- liblapack=3.9.0
- liblapacke=3.9.0
- libllvm15=15.0.7
- libllvm17=17.0.6
- libllvm19=19.1.7
- liblzma=5.6.4
- libnghttp2=1.64.0
- libntlm=1.8
- libogg=1.3.5
- libopencv=4.11.0
- libopentelemetry-cpp=1.18.0
- libopentelemetry-cpp-headers=1.18.0
- libopenvino=2025.0.0
- libopenvino-auto-batch-plugin=2025.0.0
- libopenvino-auto-plugin=2025.0.0
- libopenvino-hetero-plugin=2025.0.0
- libopenvino-intel-cpu-plugin=2025.0.0
- libopenvino-ir-frontend=2025.0.0
- libopenvino-onnx-frontend=2025.0.0
- libopenvino-paddle-frontend=2025.0.0
- libopenvino-pytorch-frontend=2025.0.0
- libopenvino-tensorflow-frontend=2025.0.0
- libopenvino-tensorflow-lite-frontend=2025.0.0
- libopus=1.3.1
- libparquet=19.0.0
- libpng=1.6.46
- libpq=17.2
- libprotobuf=5.28.3
- libre2-11=2024.07.02
- librosa=0.10.2.post1
- librsvg=2.58.4
- libsentencepiece=0.2.0
- libsndfile=1.2.2
- libsodium=1.0.20
- libspatialindex=2.1.0
- libsqlite=3.48.0
- libssh2=1.11.1
- libthrift=0.21.0
- libtiff=4.7.0
- libutf8proc=2.10.0
- libvorbis=1.3.7
- libvpx=1.14.1
- libwebp=1.5.0
- libwebp-base=1.5.0
- libxcb=1.17.0
- libxml2=2.13.5
- libzlib=1.3.1
- llvm-openmp=19.1.7
- llvmlite=0.44.0
- lz4-c=1.10.0
- markdown-it-py=3.0.0
- markupsafe=3.0.2
- matplotlib=3.10.0
- matplotlib-base=3.10.0
- matplotlib-inline=0.1.7
- mccabe=0.7.0
- mdurl=0.1.2
- mistune=3.1.1
- mkl=2023.2.0
- mkl-service=2.4.0
- mkl_fft=1.3.11
- mkl_random=1.2.8
- more-itertools=10.6.0
- mpc=1.3.1
- mpfr=4.2.1
- mpg123=1.32.9
- mpmath=1.3.0
- msgpack-python=1.1.0
- multidict=6.1.0
- multiprocess=0.70.14
- munkres=1.1.4
- mypy_extensions=1.0.0
- mysql-common=9.0.1
- mysql-libs=9.0.1
- nbclient=0.10.2
- nbconvert=7.16.6
- nbconvert-core=7.16.6
- nbconvert-pandoc=7.16.6
- nbformat=5.10.4
- ncurses=6.5
- nest-asyncio=1.6.0
- networkx=3.4.2
- nlohmann_json=3.11.3
- nspr=4.36
- nss=3.108
- numba=0.61.0
- numpy=1.26.4
- numpy-base=1.26.4
- numpydoc=1.8.0
- opencv=4.11.0
- openexr=3.3.2
- openh264=2.5.0
- openjpeg=2.5.3
- openldap=2.6.9
- openssl=3.4.0
- orc=2.0.3
- packaging=24.2
- pandas=2.2.2
- pandoc=3.6.3
- pandocfilters=1.5.0
- pango=1.56.1
- parso=0.8.4
- pathspec=0.12.1
- pcre2=10.44
- pexpect=4.9.0
- pickleshare=0.7.5
- pillow=11.1.0
- pip=25.0.1
- pixman=0.44.2
- pkgutil-resolve-name=1.3.10
- platformdirs=4.3.6
- pluggy=1.5.0
- ply=3.11
- pooch=1.8.2
- portaudio=19.7.0
- prometheus-cpp=1.3.0
- prompt-toolkit=3.0.50
- propcache=0.2.1
- psutil=6.1.1
- pthread-stubs=0.4
- ptyprocess=0.7.0
- pugixml=1.15
- pure_eval=0.2.3
- py-opencv=4.11.0
- pyarrow=19.0.0
- pyarrow-core=19.0.0
- pybullet=3.25
- pycodestyle=2.12.1
- pyconify=0.2.1
- pycparser=2.22
- pydocstyle=6.3.0
- pyflakes=3.2.0
- pygithub=2.5.0
- pygments=2.19.1
- pyjwt=2.10.1
- pylint=3.3.4
- pylint-venv=3.0.4
- pyls-spyder=0.4.0
- pynacl=1.5.0
- pyobjc-core=11.0
- pyobjc-framework-cocoa=11.0
- pyobjc-framework-coreservices=11.0
- pyobjc-framework-fsevents=11.0
- pyopengl=3.1.7
- pyopenssl=25.0.0
- pyparsing=3.2.1
- pyqt=5.15.9
- pyqt5-sip=12.12.2
- pyqtgraph=0.13.7
- pyqtwebengine=5.15.9
- pysocks=1.7.1
- pysoundfile=0.13.1
- python=3.10.16
- python-dateutil=2.9.0.post0
- python-fastjsonschema=2.21.1
- python-gssapi=1.9.0
- python-lsp-black=2.0.0
- python-lsp-jsonrpc=1.1.2
- python-lsp-server=1.12.2
- python-lsp-server-base=1.12.2
- python-slugify=8.0.4
- python-sounddevice=0.5.0
- python-tzdata=2025.1
- python-xxhash=3.5.0
- python.app=1.4
- python_abi=3.10
- pytoolconfig=1.2.5
- pytorch=2.2.2
- pytz=2025.1
- pyuca=1.2
- pyxdg=0.28
- pyyaml=6.0.2
- pyzmq=26.2.1
- qdarkstyle=3.2.3
- qhull=2020.2
- qstylizer=0.2.4
- qt-main=5.15.15
- qt-webengine=5.15.15
- qtawesome=1.3.1
- qtconsole=5.6.1
- qtconsole-base=5.6.1
- qtpy=2.4.2
- rav1e=0.6.6
- re2=2024.07.02
- readline=8.2
- referencing=0.36.2
- regex=2024.11.6
- requests=2.32.3
- responses=0.13.3
- rich=13.9.4
- rope=1.13.0
- rpds-py=0.22.3
- rtree=1.3.0
- safetensors=0.5.2
- scikit-learn=1.6.1
- scipy=1.12.0
- sdl2=2.30.10
- sentencepiece=0.2.0
- sentencepiece-python=0.2.0
- sentencepiece-spm=0.2.0
- setuptools=75.8.0
- sip=6.7.12
- six=1.17.0
- snappy=1.2.1
- snowballstemmer=2.2.0
- sortedcontainers=2.4.0
- soupsieve=2.5
- soxr=0.1.3
- soxr-python=0.5.0.post1
- sphinx=8.1.3
- sphinxcontrib-applehelp=2.0.0
- sphinxcontrib-devhelp=2.0.0
- sphinxcontrib-htmlhelp=2.1.0
- sphinxcontrib-jsmath=1.0.1
- sphinxcontrib-qthelp=2.0.0
- sphinxcontrib-serializinghtml=1.1.10
- spyder=6.0.4
- spyder-base=6.0.4
- spyder-kernels=3.0.3
- stack_data=0.6.3
- superqt=0.7.0
- svt-av1=2.3.0
- sympy=1.13.3
- tabulate=0.9.0
- tbb=2021.13.0
- text-unidecode=1.3
- textdistance=4.6.3
- threadpoolctl=3.5.0
- three-merge=0.1.1
- tinycss2=1.4.0
- tk=8.6.13
- tokenizers=0.21.0
- toml=0.10.2
- tomli=2.2.1
- tomlkit=0.13.2
- torchaudio=2.2.2
- torchvision=0.17.2
- tornado=6.4.2
- tqdm=4.67.1
- traitlets=5.14.3
- transformers=4.48.3
- transforms3d=0.4.2
- types-python-dateutil=2.9.0.20241206
- typing-extensions=4.12.2
- typing_extensions=4.12.2
- tzdata=2025a
- ujson=5.10.0
- unicodedata2=16.0.0
- urllib3=2.3.0
- vispy=0.14.3
- watchdog=6.0.0
- wcwidth=0.2.13
- webencodings=0.5.1
- whatthepatch=1.0.7
- wheel=0.45.1
- wrapt=1.17.2
- wurlitzer=3.1.1
- x264=1!164.3095
- x265=3.5
- xorg-libx11=1.8.11
- xorg-libxau=1.0.12
- xorg-libxdmcp=1.1.5
- xorg-libxext=1.3.6
- xxhash=0.8.2
- yaml=0.2.5
- yapf=0.43.0
- yarl=1.18.3
- zeromq=4.3.5
- zipp=3.21.0
- zlib=1.3.1
- zstandard=0.23.0
- zstd=1.5.6
- pip:
- einops==0.8.1
- einops-exts==0.0.4
- encodec==0.1.1
- python-osc==1.9.3
- simpleaudio==1.0.4
- vocos==0.1.0
- fbx-2020.3.7-cp310-cp310-macosx_10_15_universal2.whl
prefix: /Users/dbisig/opt/anaconda3/envs/premiere_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment