-
Notifications
You must be signed in to change notification settings - Fork 28
How to install QuantConnect's version of pythonnet? #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @hsm207 it is already installed in that container. Mind sharing more detail on what you're trying to achieve? |
@jaredbroad I'm trying to develop algorithms locally using Python and VS Code. Based on the content of DockerfileLeanFoundation, I can see that the python interpreter being used is located at
I get:
This made me think that pythonnet is not installed. But it is interesting to note that if I run the interpreter with Do you have any recommendations on how people can get started developing algorithms in Python locally? I'm open to using any IDE as long I can develop in a containerized environment. |
@jaredbroad I don't think it's already installed in that container. Running |
Hey @hsm207, |
@Martin-Molinero thanks for the suggestion. The research docker image was exactly what I needed. |
Environment
Details
Describe what you were trying to get done.
I am trying to install pythonnet inside the lean docker container.
What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
docker run --rm \ --entrypoint /bin/bash \ quantconnect/lean:latest -c "pip install git+git://github.com/QuantConnect/pythonnet.git"
Installing from the original repo works. This command:
returns:
The text was updated successfully, but these errors were encountered: