Open SimonDanisch opened 5 years ago
Strangely, it seems even /root/.julia/conda/3/bin/python --version
fails with /bin/sh: 1: /root/.julia/conda/3/bin/python: Invalid argument
:
https://nextjournal.com/a/LVdYo5T9yCxL5mtUAMShk?token=TrVSKpbecqZjYQSHjLjML2
But it looks like
;rm -rf /root/.julia/conda
]build PyCall
fixes the issue.
I prepared a notebook, with some debug information and a way to reproduce it: https://nextjournal.com/sdanisch-scratch/pycall-build-error/ You can simply remix it, to have a look at whats happening. I have no idea what's going on - seems like everything is there and working properly, but somehow conda just doesn't want to parse its arguments... Also, I tried using the systems python3, which got me in different, but equally frustrating problems.