Skip to content

Commit

Permalink
#fix Had an runtime error with my 3.6 virtual env but seems to work…
Browse files Browse the repository at this point in the history
… with a fresh 3.5

ninia/jep#116 (comment)

Using these from the Intellij debug configuration

```
-Djava.library.path=/development/bin/python/conda3/envs/py35/lib/python3.5/site-packages/jep
PYTHONHOME=/development/bin/python/conda3/envs/py35/
LD_PRELOAD=/development/bin/python/conda3/envs/py35/lib/libpython3.5m.so.1.0
```

Also getting this but just a warning
https://stackoverflow.com/a/47227886/4032515
  • Loading branch information
SemanticBeeng committed Mar 10, 2018
1 parent e1922d3 commit b882894
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# scalapy-tensorflow
Static facades for using TensorFlow in ScalaPy. See Example.scala under the src/test folder for example usage.
Static facades for using TensorFlow in ScalaPy. See Example.scala under the src/test folder for example usage.

## Version
MODIFIED - DO NOT DELETE !

0 comments on commit b882894

Please sign in to comment.