alkismavridis commented on issue #56641:
URL: https://github.com/apache/airflow/issues/56641#issuecomment-3495771667
How did you manage to run memray inside the docker container?
I would really like to check myself some things because memory is still
increasing for us with 3.1.1 (even though it is much better than 3.1.0).
I tried `python3 -m pip install memray` but got some errors during the
installation:
```
Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB)
Installing collected packages: rich, mdit-py-plugins, textual, memray
Attempting uninstall: rich
Found existing installation: rich 13.9.4
Uninstalling rich-13.9.4:
Successfully uninstalled rich-13.9.4
ERROR: pip's dependency resolver does not currently take into account all
the packages that are installed. This behaviour is the source of the following
dependency conflicts.**
flask-limiter 3.12 requires rich<14,>=12, but you have rich 14.2.0 which is
incompatible.
Successfully installed mdit-py-plugins-0.5.0 memray-1.19.1 rich-14.2.0
textual-6.5.0
```
Still, memray seems to be somehow installed. So I try to run `memray attach
[[THE_PYTHON_PID]]` but I get:
```
PermissionError: [Errno 13] Permission denied: 'lldb'
```
Could you please describe the exact steps of using this tool?
Thanks 🙏
--
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]