-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path to markitdown #204
Comments
hi, can you share your Path environment variable? I think you should run it in venv or use pipx, rather than installing it directly with pip |
Even I have the same issue "markitdown command not found" |
You can use my webgui if you'd like while you get this fixed. We do not save any information. we also added batch mode. |
Hello @soccken |
It installs it into your python script directory, for me this was: C:\Users\Username\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\ You can install a virtual environment in a folder by typing: python3 -m venv venv Then use the following to activate it: venv\scripts\activate Once it's active install it in the location you've created (for me I created a folder in c:\Dev) using the "pip install markdown" while in that directory This is relative to Windows, colleagues on mac had no issue with this |
Same on Ubuntu 20.04. |
Can anyone please explain, or at least point to a documentation that shows how to make this work globally ? i tried this on ubuntu too and i get the same message "markitdown command not found"". From the doc it simply says that after a "pip install" it should be possible to call it from a cmd line interface just like a tool, but it's not the case. Thanks for the help |
just a follow up on how I fixed the issue on my hand. |
Yes, it does not work with Python 3.8 (the default Python3 version on Ubuntu 2004. It works with 3.12. I tried with a 3.12 docker image, python:3.12. Thanks |
+respect for this demo bro, I will include it at https://github.com/dantetemplar/pdf-extraction-agenda/tree/main?tab=readme-ov-file#marker |
I also experienced the "markitdown command not found" issue and solved it with these steps:
The script installation location may vary depending on your Python installation method and environment, so it's important to check the exact path with |
I installed it by running [pip install markitdown] in Windows PowerShell.
After that, I ran [markitdown path-to-file.pdf -o document.md], but I got a problem where "markitdown" was not recognized as an operable program.
Is this a problem with the Path?
The text was updated successfully, but these errors were encountered: