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
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PyCharm
Operating System
Linux
TeXiFy IDEA version
0.9.9
What I did (steps to reproduce)
Added pythontex as external tool in before launch.
So my before lauch looks like:
run the old automatic created steps
run pythontex
Minimal example to reproduce the problem
\documentclass{article}
\usepackage{pythontex}
\begin{document}
\begin{pycode}
"""Show Graphs for Statistic of MaStR."""
print("Hallo")
\end{pycode}
\end{document}
Expected behavior
This behaviour works from the PyCharm terminal. Here the python version is: Python 3.12.6
pdflatex
pythontex
pdflatex
Actual behavior
Get the error below.
Altough I have a .venv that works, has the correct python version as in the .python-version file.
Looks for me, that not the correct python python is used?
(if applicable) The full stacktrace of the exception thrown
pyenv: version `3.12.6' is not installed (set by /home/.../.python-version)
The text was updated successfully, but these errors were encountered:
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PyCharm
Operating System
Linux
TeXiFy IDEA version
0.9.9
What I did (steps to reproduce)
Added pythontex as external tool in before launch.
So my before lauch looks like:
Minimal example to reproduce the problem
Expected behavior
This behaviour works from the PyCharm terminal. Here the python version is: Python 3.12.6
Actual behavior
Get the error below.
Altough I have a .venv that works, has the correct python version as in the .python-version file.
Looks for me, that not the correct python python is used?
(if applicable) The full stacktrace of the exception thrown
The text was updated successfully, but these errors were encountered: