-
Notifications
You must be signed in to change notification settings - Fork 899
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
Trouble creating and managing venv #10022
Comments
To add. I created a project within this repository a few days ago, when i look at the
So its not pointing to the If I try sourcing that one
and run my install
I still get:
|
Why do you need the
|
@FishAlchemist is correct, do not include the |
Hi!
First of all sorry i've missed something. I went through the docs and i think i'm doing the right think but can figure out what's wrong.
So I'm trying to move out my project from conda to uv. It worked well when moving all my dockerfiles and scripts but when i try to create my local venv for quick development it can't pick up the venv i create.
I first create it with:
I get
I activate it with
Which runs fine, but when i try to install some requirements with
I get
Which is complaining about using an external 3.12 and not the recently created venv.
Any help appreciated ty
The text was updated successfully, but these errors were encountered: