-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Failed to run on macos #22
Comments
I was able to get this by doing |
After installing the necessary dependencies I just ran this on mac 12.6 Open terminal, Cd into the folder, then python3 "filename", after a few seconds the GUI popped up. |
this is the error I am getting on MacOS Sequoia 15, M3. "numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject" going to try to see if I can find the numpy version it needs, assuming it is being imported by pandas? |
On MacOS 15, M3, Not sure which of the changes I made got it to work, but I switched to Python3.10.5 and this is my requirements.txt file: torch nothing else was working, so the changes I made to this file may or may not be required (UPDATE: it did actually start up, but converting is not working :( Exception in thread Thread-2 (process_file): |
environment: macos m1
python 3.9
I tried
python3.9 run_app_gui.py
, it's another error:I have run both
pip install -r requirements.txt
andpip3 install -r requirements.txt
.The text was updated successfully, but these errors were encountered: