Aaron Olson

Results 9 comments of Aaron Olson

I am having this issue as well. Python 3, hvac==0.10.1 I have two easy examples. The first one, I make the request via http/python requests The second, I attempt to...

I had to move my whole project file into my C drive (where my python install is located). Once I did that I stopped getting this error.

@Siddharth1988 @FreddyCi @RFARREY I was getting the missing dotenv issue at first. I got this working on a fresh version of the extension I downloaded yesterday. You might want to...

@MikeTheBard - what version of windows + python are you using? Did all the dependencies install correctly when you ran `pip install -r requirements.txt` ?

> Just adding this to see if it helps locate the cause of this issue. After the install, I get this error: Traceback (most recent call last): File "c:\AI\gpt-pilot\workspace/gpt-pilot/pilot/main.py", line...

@lalala123123 - The working directory is supposed to be the flow folder, so that switch should not be an issue. The code and tools all live in the flow directory....

A little more detail on the error ``` (venv) ➜ flow /Users/me/myproject/flow/venv/bin/python -m promptflow._cli._pf.entry flow test --flow /Users/me/myproject/flow --user-agent "prompt-flow-extension/1.16.1 (darwin; arm64) VSCode/1.88.1" [2024-04-17 10:57:12,457][promptflow][DEBUG] - preparing home directory with...

Just to add another anecdotal data point. I also ran into this issue, and switched to "refer to by lora by filename" under the "Extra Networks tab". Re-running my job,...

Have you tried ONLY using Tiled Diffusion via the API? Does that work for you? I am able to use Tiled Diffusion via the API using this call as my...