pyimport TensorFlow 1.14 hangs forever on Julia 1.4
Open
- 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.