rahulrajaram
rahulrajaram
@franciscohanna92 , thanks for reaching out. I can't think of any reason why this should fail although the `\install-python.ps1` bit looks suspicious. `$PSScriptRoot` is failing to resolve. Can you tell...
The problem here almost certainly is an older version of PowerShell. You need at least version 3.0 of PowerShell.
@bennyn , thanks for reaching out. Unfortunately, this is a long-standing issue. Please find the current workaround [here](https://github.com/aws/aws-elastic-beanstalk-cli-setup/issues/19#issuecomment-492939544).
@etishka , thanks for reaching out. You can use the specific version of Python (3.8.5) to install the EBCLI as follows: ``` python scripts/ebcli_installer.py --python-installation /path/to/some/python-3.8.5 ```
Installation of the CLI, as with all Python packages, is complicated by multiple factors outlined in the README due to which we found the installation mechanism employed by this package...
@mtmateer , thanks for reaching out. 1. Run `brew install zlib` 2. Follow the instruction in installation message of zlib to create a symlink 3. Follw the Mac OS specific...
Hi @dmacika , sorry for the late response and thanks for bringing this up. In the meantime, the alternative is to install Python manually from https://www.python.org/downloads/windows/ and to run: python...
Hi @phillhocking , Thanks for reaching out. This appears to be a bug in how `virtualenv` is installed through `pip install --target` on some Windows machines. Until we fix this...
Hi @MarcusWolschon , > If the script would create a %APPDATA%\pip\pip.ini with Thanks for reporting your issue and the tip. > it wouldn't hurt to do `python -m pip install...
@Rokt33r, try `brew install zlib` prior to exporting the flags.