Support for Python requests?
Is the Python requests package supported natively? If so how do I import it and use it?
6 Replies
Ahh ok, must resolve the package at runtime as it is a python package with a python C backend, it would be interesting to see mojo’s own implantation of networking
im interested in that too. wondering if its on the roadmap
Yep it works, if you're getting an error you might have to add where
requests
is located to your path, e.g. I created a venv
here:
Then you can run this:
this should work as well:
Ok, thank you all for the help