Ahmed Kamel

Results 32 comments of Ahmed Kamel

So, a bit more information - though likely a bit vague. The setup I have, essentially runs a local proxy on my machine. I checked the logs of that proxy,...

Same issue here, and it's on a mac. I have my python package in case-sensitive volume e.g. `/Volumnes/casesensitive` and when I try to `uv pip install -e '.[dev,testing]'`, I get...

No worries, I'm still testing this out. I had tried `UV_CACHE_DIR` to be on the same volume as my projects. In some attempts it worked, in others it didn't, but...

I looked again into it, and tried out with the newer `0.1.4` version. Setting the cache dir to be on the same volume 1. Succeeds if I install normally `uv...

Yes. I edited the message to add more verbose output

I've just tried the `0.1.5` release and it finally works :) I haven't said it earlier in my comments here, and on other issues, but I have to say it,...

Hi @mohanasudhan and @akuma12, I've been keeping an eye on this, and recently within my team, a need has arisen for using processing jobs and we'd really benefit from this...

One more thought, my teammate @Stacy-D, has started looking into using processing jobs, and has been experimenting with a different approach for setting up CodeArtifact. Rather than uploading a script...

Coming from #1535 where I originally had a request for both `PIP_INDEX_URL` and `PIP_TRUSTED_HOST`. Looks like setting the index via an environment variable is supported via `UV_INDEX_URL`. So, related to...

Thanks for the prompt response @zanieb. Though not-ideal, I believe things can work with the `UV_INDEX_URL`. I'll drop a comment on #1339 about `PIP_TRUSTED_HOST` to maybe have it supported via...