You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Recently, I was trying to implement DawDreamer into my project, and ran into issue on the installation process. I created an environment via Miniconda3 with default Python version (3.13 at the moment of writing the issue), activated it and ran an install command via pip:
pip install dawdreamer
However, this caused the error message:
ERROR: Could not find a version that satisfies the requirement dawdreamer (from versions: none)
ERROR: No matching distribution found for dawdreamer
I tried to manually create another virtual environment, and set the python=3.11 for that environment, so, that worked for me, and DawDreamer successfully installed in the environment.
During the fact that, according to the docs, DawDreamer supports every Python distribution from 3.8, I would like to notify you about this issue.
Anyway, thanks for the great package! :)
The text was updated successfully, but these errors were encountered:
Hello!
Recently, I was trying to implement DawDreamer into my project, and ran into issue on the installation process. I created an environment via Miniconda3 with default Python version (3.13 at the moment of writing the issue), activated it and ran an install command via
pip
:However, this caused the error message:
I tried to manually create another virtual environment, and set the
python=3.11
for that environment, so, that worked for me, and DawDreamer successfully installed in the environment.During the fact that, according to the docs, DawDreamer supports every Python distribution from 3.8, I would like to notify you about this issue.
Anyway, thanks for the great package! :)
The text was updated successfully, but these errors were encountered: