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

some fixes to the requirements files #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

UnixJunkie
Copy link

so that

pip install -r requirements.txt

does work under a conda environment.

I would way prefer a python venv to be enough.
Conda is overkill; conda is slow; conda is the dumbest package manager I have ever dealt with in my life... :-(
conda doesn't even have a system package under Debian !
I cannot do 'sudo apt install conda'...
The Python community should walk away from conda.

pip install -r requirements.txt

_does_ work under a conda environment.

I would _way_ prefer a python venv to be enough.
Conda is overkill; conda is slow; conda is the dumbest package manager
I have ever dealt with in my life... :-(
@UnixJunkie
Copy link
Author

tested w/ Python 3.11.6

@UnixJunkie UnixJunkie mentioned this pull request Jun 6, 2024
@raimon-fa
Copy link
Contributor

Thanks for pointing that out.

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

Successfully merging this pull request may close these issues.

2 participants