JuliaPy / JuliaPy/PyCall.jl

pyimport TensorFlow 1.14 hangs forever on Julia 1.4

Open
#762 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

I have a legacy code which calls Tensorflow 1.14.
```bash
pip install tensorflow==1.14
```
Recently after I upgrade to Julia 1.4, `pyimport` hangs forever
```julia
using PyCall
pyimport("tensorflow")
```
My OS version is MacOS 10.15.3.
The problem goes away when I use TensorFlow 2. But I prefer to stick to TensorFlow 1.14 because of a lot existing code development. Is there any quick workaround? Thanks in advance!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.