https://prefect.io logo
Title
l

li liang

07/26/2022, 6:38 AM
After installed Prefect on Windows10, I got a error message when run 'prefect version'
Version:             2.0b12
API version:         0.7.0
Python version:      3.9.1
Git commit:          18d44c8c
Built:               Fri, Jul 22, 2022 4:23 PM
OS/Arch:             win32/AMD64
Profile:             default
Server type:         <client error>
1
s

Stéphan Taljaard

07/26/2022, 6:40 AM
Hi. You're talking about the
<client error>
? Any other errors?
:thank-you: 1
l

li liang

07/26/2022, 6:42 AM
Yes, <client error>. Is it the reason not to install Sqlite?
It can not resolve this problem to install Sqlite
a

Anna Geller

07/26/2022, 7:36 PM
did you solve it? if not, can you try upgrading to the latest version?
l

li liang

07/27/2022, 1:14 AM
I do not solve it, and update 2.0b15, the same error. Switch to WSL(windows subsystem linux), the problem is still there.
Version:             2.0b15
API version:         0.8.0
Python version:      3.8.10
Git commit:          7237b0cb
Built:               Tue, Jul 26, 2022 4:05 PM
OS/Arch:             linux/x86_64
Profile:             default
Server type:         <client error>
my WSL environment:
pip 20.0.2 from /home/liliang/workshop/python/prefect-orion/venv/lib/python3.8/site-packages/pip (python 3.8)
when install with command 'pip install -U "prefect>=2.0b"', there is a error:
ERROR: httpcore 0.15.0 has requirement h11<0.13,>=0.11, but you'll have h11 0.13.0 which is incompatible.
a

Anna Geller

07/27/2022, 7:21 AM
Ahh it may be hard to do on Windows atm, could you open a GitHub issue for this so that we can investigate after GA release?