Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.13 in Conda environment #211

Open
arsenylosev opened this issue Dec 18, 2024 · 0 comments
Open

Support for Python 3.13 in Conda environment #211

arsenylosev opened this issue Dec 18, 2024 · 0 comments

Comments

@arsenylosev
Copy link

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant