landryb commented on PR #32572: URL: https://github.com/apache/superset/pull/32572#issuecomment-2789373757
weird, probably something bogus on my side then, or a wrong invocation via ansible.. but that's reproducible in a new empty virtualenv: ``` $ ansible mygeorchestra -i host -u root -m pip -a 'name="git+https://github.com/apache/superset@6b7394e78998#egg=apache-superset" virtualenv=/usr/venv virtualenv_site_packages=true' ... ... "Building wheels for collected packages: apache-superset", " Building wheel for apache-superset (pyproject.toml): started", " Building wheel for apache-superset (pyproject.toml): finished with status 'done'", " Created wheel for apache-superset: filename=apache_superset-0.0.0.dev0-py3-none-any.whl size=4617711 sha256=9c6c1087e3a9ce1b309c8632691511c3ab1a543100794ab3fdf2965f6eceee88", " Stored in directory: /tmp/pip-ephem-wheel-cache-1h96rixi/wheels/a7/4e/65/283b7f2fcde75ded0fb99b186d00bf35378e26be358d2ca9ab", "Successfully built apache-superset", ``` and on the target venv where the resulting wheel is installed, the dir is missing: ``` [09/04 13:28] [email protected]:/srv/apps/superset $ls -d /usr/venv/lib/python3.11/site-packages/superset/commands/logs ls: cannot access '/usr/venv/lib/python3.11/site-packages/superset/commands/logs': No such file or directory ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
