Skip to content

Commit 183b37f

Browse files
authored
Update README.md
Added known issue with python 12
1 parent 20100d3 commit 183b37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ PyESAPI combined with Jupyter Notebook gives you a "command line to Eclipse" all
2727
* Stand-alone python script: [standalone.py](examples/standalone.py)
2828

2929
## Known issues
30-
PyESAPI is not compatible with vscode-jupyter plugin which uses multithreading. ESAPI only allows for single-thread access to objects and functions.
30+
* PyESAPI is not compatible with vscode-jupyter plugin which uses multithreading. ESAPI only allows for single-thread access to objects and functions.
31+
* Python 3.12 may require Microsoft Visual C++ 14.0 or greater. If you are using a VIC environment, you can get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
3132

3233
## Upgrading
3334
* Inside your project directory, execute `pip install https://api.github.com/repos/VarianAPIs/PyESAPI/tarball --upgrade`

0 commit comments

Comments
 (0)