You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@ python -m pip install .
63
63
#### Windows
64
64
65
65
Visual C++ Redistributable is required for the brotli dependency.
66
+
In case a new(ish) Python version is used, it can happen that the C-dependencies of UnityPy might not be precompiled for this version.
67
+
In such cases the user either has to report this as issue or follow the steps of [this issue](https://github.com/K0lb3/UnityPy/issues/223) to compile it oneself.
68
+
Another option for the user is downgrading Python to the latest version supported by UnityPy. For this see the python version badge at the top of the README.
0 commit comments