-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Aug 1, 2022
Replies: 1 comment
-
Hello @Forealthy Also is highly recommendable to set up a python isolated instance with Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Forealthy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Forealthy
This might be the cytools error but not sure as I cannot see the detailed log, anyways... using pipx is not a good choice, specially not on windows (vscode will also find trouble recognizing packages installed with pipx) the best option here is to use just regular
pip
instead ofpipx
.Also is highly recommendable to set up a python isolated instance with
virtualenv
library.Cheers.