After installed Prefect on Windows10, I got a erro...
# prefect-community
l
After installed Prefect on Windows10, I got a error message when run 'prefect version'
Copy code
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
Hi. You're talking about the
<client error>
? Any other errors?
🙏 1
l
Yes, <client error>. Is it the reason not to install Sqlite?
It can not resolve this problem to install Sqlite
a
did you solve it? if not, can you try upgrading to the latest version?
l
I do not solve it, and update 2.0b15, the same error. Switch to WSL(windows subsystem linux), the problem is still there.
Copy code
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:
Copy code
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:
Copy code
ERROR: httpcore 0.15.0 has requirement h11<0.13,>=0.11, but you'll have h11 0.13.0 which is incompatible.
a
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?