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

Fix DeprecationWarning: Replace 'source deactivate' with 'conda deactivate #179

Open
Dasux opened this issue Jan 27, 2025 · 1 comment
Open

Comments

@Dasux
Copy link

Dasux commented Jan 27, 2025

Issue:
in the /backend/script.sh file.. there is a line of code source deactivate
this is deprecated and no longer used..

Image

Solution:

replace it with conda deactivate to close virtual environment

@Dasux
Copy link
Author

Dasux commented Jan 28, 2025

Update:

i made a mistake in assessing the issue earlier
we are using python's venv to create a virtual env... and so we cant mix venv with conda

this was causing the issue..

Fix:
just use the normal deactivate instead of conda deactivate

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