go-embed-python
go-embed-python copied to clipboard
A library that provides an embedded python distribution to be usable from inside golang
I've noticed that code generated under windows uses ""\\" as path separator in `files.json`. This returns error when trying to compile under OSX/Linux as "cannot find file bin\something". The generator's...
Hey @codablock - i thought as we had solved the other ticket for all intent and purposes, and this isn't related, i'd ask in a new issue.... 😁 I want...
First off... tremendous project here! It's been straightforward to get up and running so far, much appreciated. I was looking to try and install libs like `pandas` and `psycopg2` and...
For whatever reason I get an error on Linux builds with my requirements.txt list of packages. Be cool to be able to specify what to support during generate
Hello, While playing with an idea for a P2P search engine that runs a local node for users, I came across your "go-embed-python". It gave me the idea that just...
Is there a capability to install new pip packages when it is already running?
This is great. I am looking to use it in our Dataplane project written in Golang which executes python scripts. https://github.com/dataplane-app/dataplane Is this library capable of setting up different virtual...
A bit like Jupyter notebooks, I want to run cells of code against the same context in my case I have a variable in Go, `a = 2` and i...
Read the repo again. Found another mistake in Readme.md