tamuranetsu
tamuranetsu
Python 3.7.7 was successful. But in UE5.0.3, it became Python 3.9.7, and it seems to fail.
`pip install clr` need it? https://pypi.org/project/clr/ pythonnet 2.5.2 doesn't support Python3.9, can I still use it? https://pypi.org/project/pythonnet/
solved. Thank you. 1. `python -m pip uninstall pythonnet` 2. `python -m pip cache purge` 3. Download pythonnet‑2.5.2‑cp39‑cp39‑win_amd64.whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pythonnet 4. `python.exe -m pip install ` I also referred to...