shubham
07/26/2023, 6:57 AMImportError: cannot import name 'SelfDescribing' from 'snowplow_tracker'
Has anyone faced this issue before?
PS. I tried replicating this issue in another virtual env and got the same issueWill Da Silva (Arch)
07/26/2023, 11:21 AMSince Meltano is an application, it should always be installed into a clean virtual environment without any other packages installed alongside it.
To simplify installing Meltano into a clean virtual environment,can be used to install Meltano instead ofpipx.pipis a package installer that comes automatically with Python.pipis a wrapper aroundpipxwhich cleanly installs executable Python applications (such as Meltano) into their own virtual environments.pip
shubham
07/26/2023, 12:05 PMuser
07/26/2023, 12:06 PM