Skip to content

Issue with juliaconsole with Julia 1.0 #131

@tawheeler

Description

@tawheeler

I updated to 0.17dev and started using Julia 1. I now have the following issue:

This is PythonTeX 0.17dev
Traceback (most recent call last):
  File "/usr/local/texlive/2018/bin/x86_64-linux/pythontex", line 62, in <module>
    pythontex.main()
  File "/usr/local/texlive/2018/texmf-dist/scripts/pythontex/pythontex2.py", line 2717, in main
    do_multiprocessing(data, temp_data, old_data, engine_dict)
  File "/usr/local/texlive/2018/texmf-dist/scripts/pythontex/pythontex2.py", line 1372, in do_multiprocessing
    result = task.get()
  File "/usr/lib/python2.7/multiprocessing/pool.py", line 567, in get
    raise self._value
IOError: [Errno 2] No such file or directory: 'pythontex-files-optimization-chapter/juliacon_default_default.tex'

When using blocks such as

\begin{juliaconsole}
using Distributions
N = Normal(0,1);
cdf(N, 1) - cdf(N, -1)
cdf(N, 1)
\end{juliaconsole}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions