DataStrategistTeam commented on issue #39889:
URL: https://github.com/apache/superset/issues/39889#issuecomment-4386384319
Key detail:
This environment is managed using uv.
Inside the container:
pip freeze
returns:
uv==0.11.8
However:
python -c "import pip"
fails with ModuleNotFoundError.
```
superset@7c3bf8762318:/app$ python -c "import pip"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pip'
superset@7c3bf8762318:/app$ pip freeze
WARNING: The directory '/app/superset_home/.cache/pip' or its parent
directory is not owned or is not writable by the current user. The cache has
been disabled. Check the permissions and owner of that directory. If executing
pip with sudo, you should use sudo's -H flag.
uv==0.11.8
superset@7c3bf8762318:/app$
```
--
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]