jeff_mcmahon
07/07/2021, 6:29 PMpip3 install meltano
I end up with 1.67.0. When attempting to meltano init test1
I end up with the following…
(.venv) vagrant@ubuntu-hirsute:/vagrant$ meltano init test1
Created test1
Creating project files...
Created test1/meltano.yml
Created test1/README.md
Created test1/requirements.txt
Created test1/.gitignore
Created test1/model/.gitkeep
Created test1/extract/.gitkeep
Created test1/load/.gitkeep
Created test1/transform/.gitkeep
Created test1/analyze/.gitkeep
Created test1/notebook/.gitkeep
Created test1/orchestrate/.gitkeep
[2021-07-07 18:00:40,484] [8684|MainThread|meltano.core.project] [CRITICAL] Could not update meltano.yml: [Errno 22] Invalid argument
[Errno 22] Invalid argument
jeff_mcmahon
07/07/2021, 6:32 PMmeltano upgrade
the package reports back that it is already
(.venv) vagrant@ubuntu-hirsute:/vagrant/test1$ meltano upgrade
Upgrading `meltano` package...
Requirement already satisfied: meltano in /vagrant/.venv/lib/python3.9/site-packages (1.67.0)
Collecting meltano
jeff_mcmahon
07/07/2021, 6:39 PMRecompiling models...
[2021-07-07 18:31:29,360] [10195|MainThread|root] [WARNING] The `discovery.yml` manifest received from <https://www.meltano.com/discovery.yml> has version 18, while this version of Meltano requires version 16.
[2021-07-07 18:31:29,360] [10195|MainThread|root] [WARNING] Please install the latest compatible version of Meltano using `meltano upgrade`.
jeff_mcmahon
07/07/2021, 6:39 PMvisch
07/07/2021, 6:50 PMvisch
07/07/2021, 6:51 PMjeff_mcmahon
07/07/2021, 7:02 PMaaronsteers
07/07/2021, 7:52 PM<3.9
constraint when we found compatibility issues with 3.9 in some libraries. However, it looks like your resolver is just going back in time to install a version of Meltano that didn't have that constraint.aaronsteers
07/07/2021, 7:54 PMjeff_mcmahon
07/07/2021, 8:06 PM