Traceback (most recent call last):
File "/usr/local/bin/marker", line 3, in <module>
from marker.scripts.convert import convert_cli
File "/usr/local/lib/python3.13/site-packages/marker/scripts/convert.py", line 5, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
🧨 Describe the Bug
Marker fails with no module error in the file
marker/scripts/convert.py.📄 Input Document
It will fail on every document.
📤 Output Trace / Stack Trace
Click to expand
⚙️ Environment
Please fill in all relevant details:
✅ Expected Behavior
Marker not fails.
📟 Command or Code Used
Click to expand
# or Python code block marker input --workers 1 --output_format json📎 Additional Context