Installation nicht unterstützter Python Bibliothek in Anaconda
Verfasst: Donnerstag 7. Mai 2020, 07:44
Hallo,
eine audiovisuelle Java App habe ich entwickelt. Um diese durch ein neuronales Netz zu steuern will ich Python/TensorFlow implementieren. Das neuronale Netz soll in Wechselwirkung mit der Java App in Echtzeit trainiert werden. Um Daten zwischen Java und Python zu senden überlege ich Open Sound control zu verwenden. Da ich mich neu in Python und Tensorflow einarbeite habe ich Python-Anaconda installiert. Bei der Einbindung einer OpenSoundControl Bibliothek z.B. python-osc stoße ich auf Schwierigkeiten, da dieses package nicht in Anaconda verfügbar ist. Ich arbeite mit Windows 10. Wenn ich versuche pytrhon-osc oder osc4py3 zu installieren indem ich z.B. conda install python-osc in die Anconda Konsole eingebe erhalte ich folgende Fehlermeldung:
"
(base) PS C:\Users\username> conda install osc4py3
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- osc4py3
Current channels:
- https://repo.anaconda.com/pkgs/main/win-32
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-32
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-32
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
(base) PS C:\Users\username>
"
Über sachdienliche Hinweise und Empfehlungen freue ich mich.
eine audiovisuelle Java App habe ich entwickelt. Um diese durch ein neuronales Netz zu steuern will ich Python/TensorFlow implementieren. Das neuronale Netz soll in Wechselwirkung mit der Java App in Echtzeit trainiert werden. Um Daten zwischen Java und Python zu senden überlege ich Open Sound control zu verwenden. Da ich mich neu in Python und Tensorflow einarbeite habe ich Python-Anaconda installiert. Bei der Einbindung einer OpenSoundControl Bibliothek z.B. python-osc stoße ich auf Schwierigkeiten, da dieses package nicht in Anaconda verfügbar ist. Ich arbeite mit Windows 10. Wenn ich versuche pytrhon-osc oder osc4py3 zu installieren indem ich z.B. conda install python-osc in die Anconda Konsole eingebe erhalte ich folgende Fehlermeldung:
"
(base) PS C:\Users\username> conda install osc4py3
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- osc4py3
Current channels:
- https://repo.anaconda.com/pkgs/main/win-32
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-32
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-32
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
(base) PS C:\Users\username>
"
Über sachdienliche Hinweise und Empfehlungen freue ich mich.