Die Suche ergab 4 Treffer

von JoBo
Dienstag 14. Oktober 2025, 13:09
Forum: Allgemeine Fragen
Thema: Problem conda environment, Could not build wheels for dracopy
Antworten: 10
Zugriffe: 1165

Re: Problem conda environment, Could not build wheels for dracopy


Sorry das ich hier mal so reingrätsche aber wenn ich mir die Beiträge von diesem User so ansehe,
da ergibt nicht einer einen Sinn und ich unterstelle das da jemand seinen selbstgebastelten Chatbot
hier im Forum ausprobiert. imho.
https://www.python-forum.de/search.php?author_id=31748&sr=posts ...
von JoBo
Montag 29. September 2025, 08:17
Forum: Allgemeine Fragen
Thema: Problem conda environment, Could not build wheels for dracopy
Antworten: 10
Zugriffe: 1165

Re: Problem conda environment, Could not build wheels for dracopy


Das Problem könnte sein, dass die requirements.yml in dem verlinkten Repository Python 3.7.0 als Abhängigkeit hat, und dafür gibt es, zumindest bei PyPI, keine fertigen Wheels mehr für eine so alte Python-Version. Die gehen dort ”nur” bis Python 3.9 zurück.


Hallo __blackjack__,

danke auch dir ...
von JoBo
Montag 29. September 2025, 08:15
Forum: Allgemeine Fragen
Thema: Problem conda environment, Could not build wheels for dracopy
Antworten: 10
Zugriffe: 1165

Re: Problem conda environment, Could not build wheels for dracopy

Hallo noisefloor,

danke für deine Antwort!

Ich führe folgende Befehle aus:

1. Navigation in den Ordner wo die environment.yml Datei liegt
2. conda env create -f environment.yml

Dann kommt bei mir die oben beschriebene Fehlermeldung

wenn ich dann

conda activate ofs
pip install dracopy ...
von JoBo
Donnerstag 25. September 2025, 16:29
Forum: Allgemeine Fragen
Thema: Problem conda environment, Could not build wheels for dracopy
Antworten: 10
Zugriffe: 1165

Problem conda environment, Could not build wheels for dracopy

Hallo zusammen,

ich habe folgendes Problem bei der Erstellung eines Conda Environments:
Ich habe die Aufgabe folgendes Tutorial nachzustellen: https://github.com/AllenInstitute/OFS-EM-Connectomics . Ich habe Windows 11, Anaconda, Python, VC Code und die C++-Expansion alle auf dem neuesten Stand ...