Hi all! Potentially a silly question, but I have b...
# getting-started
p
Hi all! Potentially a silly question, but I have been trying to get meltano installed locally. I have used pipx to install meltano on python 3,11 in a venv. When I run meltano --version, I get the error
Copy code
ImportError: cannot import name 'SelfDescribing' from 'snowplow_tracker'
the snowplow tracker version is 1.0.2. Any ideas or help in resolving this would be much appreciated!!
s
@Paige Fuller this works fine for me on snowplow-tracker 0.10.0 works on 1.0.2 too . I will recommend re-installing snowplow_tracker and try. Another option is to create a virtual environment and try using pip and check
e
Yeah, that error tells me Meltano's virtual env is not clean or another package (eg dbt) was installed in it after Meltano. Recreating any virtualenvs and reinstalling Meltano is the best option. See https://github.com/meltano/meltano/issues/8256#issuecomment-2116501971.