Problems Installing on Windows #914
-
I have tried installing Calyx on both Windows and WSL, and ran into a couple of issues. The first is that after running |
Beta Was this translation helpful? Give feedback.
Answered by
rachitnigam
Feb 15, 2022
Replies: 1 comment 10 replies
-
Ah, sorry about that! Here are possible problems:
|
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
rachitnigam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, sorry about that! Here are possible problems:
flit
install command like this:flit -f fud/pyproject.toml install -s --deps production
and see if that works. It seems one of the dependencies (opencl
) may be the problem.flit
isn't installed or on your path. Can you prependpython -m ...
to theflit
commands and see if WSL findsflit
. If not, installflit
usingpython -m pip install flit
first.