meltano / edk

Meltano extension development kit
https://edk.meltano.com
Apache License 2.0
10 stars 3 forks source link

Poetry install in `my-new-extension` returns `virtualenv: error: argument --prompt: expected one argument` #232

Open ReneTC opened 8 months ago

ReneTC commented 8 months ago

Following the guide in the readme. You are guided to execute:

cd my-new-extension
poetry install

I get

usage: virtualenv [--version] [--with-traceback] [-v | -q] [--read-only-app-data] [--app-data APP_DATA] [--reset-app-data] [--upgrade-embed-wheels] [--discovery {builtin}] [-p py] [--try-first-with py_exe]
                  [--creator {builtin,cpython3-posix,venv}] [--seeder {app-data,pip}] [--no-seed] [--activators comma_sep_list] [--clear] [--no-vcs-ignore] [--system-site-packages] [--symlinks | --copies] [--no-download | --download]
                  [--extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip] [--no-setuptools] [--no-wheel] [--no-periodic-update] [--symlink-app-data] [--prompt prompt] [-h]
                  dest
virtualenv: error: argument --prompt: expected one argument

is it just me?

edgarrmondragon commented 5 months ago

@ReneTC What version of Poetry are you using?