We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I download the Rest API V20 sample code from here https://github.com/oanda/v20-python-samples but I got below error when make I have python 3.6.1 and GnuWin32 for make
Also how can I run the sample code on pycharm?
C:\Users\lei.wang\PycharmProjects\v20-python-samples-master>make bootstrap virtualenv -p python3 env process_begin: CreateProcess(NULL, virtualenv -p python3 env, ...) failed. make (e=2): The system cannot find the file specified. make: *** [bootstrap-python3] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I download the Rest API V20 sample code from here
https://github.com/oanda/v20-python-samples
but I got below error when make
I have python 3.6.1 and GnuWin32 for make
Also how can I run the sample code on pycharm?
C:\Users\lei.wang\PycharmProjects\v20-python-samples-master>make bootstrap
virtualenv -p python3 env
process_begin: CreateProcess(NULL, virtualenv -p python3 env, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [bootstrap-python3] Error 2
The text was updated successfully, but these errors were encountered: