Skip to content

Commit b882894

Browse files
committed
#fix Had an runtime error with my 3.6 virtual env but seems to work 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
1 parent e1922d3 commit b882894

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# scalapy-tensorflow
2-
Static facades for using TensorFlow in ScalaPy. See Example.scala under the src/test folder for example usage.
2+
Static facades for using TensorFlow in ScalaPy. See Example.scala under the src/test folder for example usage.
3+
4+
## Version
5+
MODIFIED - DO NOT DELETE !

0 commit comments

Comments
 (0)