-
Notifications
You must be signed in to change notification settings - Fork 2
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
Running Texamator on Mac #3
Comments
Hi, I understand your frustration but I don't have a Mac at home so there really is nothing I can do for you. Plus I have no experience in making docker apps. Have you tried this ? https://stackoverflow.com/questions/59551956/how-install-python3-poppler-qt5-on-my-mac I've had a feedback from a Mac user a while ago that told me he was able to install python-poppler-qt5 using Macports : did you try going down this path ? I nothing works please send me an email : I'll get you in touch with that mac user and hopefully you will be able to figure it out and post a solution here. Alexis. |
hi, thanks for the lightning fast reply! i have tried the second link, but not the first. i will try again, tomorrow. would it be possible for you to make a zip file of your virtualenv in which it works and send it over? probably that might work? |
Sorry for the second link, I read your question too fast. I'm not using any virtualenv on my computer : I'm not even sure that would transfer from a linux (Ubuntu 20.04) to a Mac but I can give it a try if you want. |
even i am not sure if virtualenv would work, but its worth a try. |
venv seems pointless as pip will be asked to download the binaries on your mac : https://stackoverflow.com/questions/7450835/virtual-environment-from-mac-to-linux You'll have to try the "Macports" solution ! Keep me posted |
hey, |
The old version relied on PyKDE4 which is probably harder to get working on Mac OS. Creating a docker won't help as far as my understanding goes. I don't have a mac so I'm afraid I can't do anything for you at the moment. You should seek help here : https://pypi.org/project/python-poppler-qt5/ |
Hey alexis, So just in case someone else comes looking , this is what i did to get texamator running on my MacOS
I have written the steps from memory, so i might be a step or two, off but the important thing being , using conda running this program is way way easier. |
TLDR: Would it be possible for you to create a docker app for it or atleast tell us the step by step for mac installation? coz i cant seem to make it work on it.
Hi, i am unable to run texamator on mac.
here are the issues that i am facing.
i tried running
/usr/bin/python3 texamator.py
this gave me the following error
i tried installing pyqt using brew install pyqt but no success
i then tried
/usr/bin/python3 -m pip install python-poppler-qt5
it kept showing an error of
ModuleNotFoundError: No module named 'sipdistutils'
i tried to follow this
but again no success.
I know this is more of an environment issue rather than a texamator issue, but at this point i have invested close to 6 hours trying to sort it out.
Would it be possible for you to create a docker app for it or atleast tell us the step by step for mac installation? coz i cant seem to make it work on it.
The text was updated successfully, but these errors were encountered: