Hi, I have installed meltano locally on my machine...
# getting-started
j
Hi, I have installed meltano locally on my machine in a venv as per the getting started process on the website, however when I try to use
meltano init <project_name>
I get this error:
Copy code
'NoneType' object has no attribute 'version'
a
Hi, @joseph_pearson. Following from @royzac's inquiry, just to confirm: did you substitute a project name without the
<
and
>
chars? Such as
meltano init hello_world_project
If yes, can you also provide the full output from your init command through to the end of the error/log output?