-
Notifications
You must be signed in to change notification settings - Fork 9
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
The application requires macOS 11.4 or later. #32
Comments
I'm not accustomed to macOS. I thought softwares made for Mac Sur were compatible with softwares made for Mac Catalina.
It's half of the work. It's like when you visit any websites with your browser: webpages are hosted by a server working on a computer. |
When I double click on the application it says in a popup box: |
Programs built on Sur aren't compatible with Catalina. I didn't know that... That's unfortunate. |
I'm on an older mac so no. |
Maybe it's the good time to switch to Linux since your Mac is now vulnerable to security breaches. And it will run and be updated forever, even on antique Mac.
The other method is more for developers. The other possibility is to use Wine: it allows to run Windows program on Mac (and Linux). |
Wine does not work on Catalina. Looks like I'm sticking with the original LWT. Thanks for responding so quickly. |
You're sure? Apparently you can install it with homebrew (i didn't try it myself): |
Can you make a video of you installing it through the method "Use the built-in server inside Django:"? I stuck at the error: ModuleNotFoundError: No module named 'mathfilters' |
You need to install all the modules required:
) It will install (among all the others) I'll try with a video later but my macOS virtual machine is very slow (especially with Sur)... |
Tried pip install -r requirements.txt ,got error at the end :Collecting mysqlclient==2.0.3 |
I've removed the Big news: I've created a Docker version! Please follow the instructions if you want to try it. |
Using the Docker worked but I can't import LWT db. Posted error here: #28 |
Can you upload your LWT sql.gz file please? |
lwt-backup-2021-08-01-16-27-49.sql.gz |
There's a bug in LWT apparently where 2 texts can have the same title. I've implemented a warning when this is happening. But importing your file may take some time: You've got about 470 000 saved words in total!!! |
I will increase the import of wordtags. This is the thing which is slowing the import in fact - the 470 000 words import is not so slow finally. |
I should really fix that as I only use one language now lol. Also seems to archive all my texts and add 'src links' to all of them lol. Will update once this is done archiving. |
That's a lot of questions, thanks for your enthusiasm! I've uploaded the today version: LingL is able now to process MASSIVE database like yours (>400´000 words) thanks to parallel processing. It still takes some time but you process it only once! |
When I tried
Sorry, I checked docker hub, It do updated. It's my local issue. Let me try to fix it and continue test the issues. |
Sorry, I've forgotten to build the image... You can pull again. |
It seems that when you were helping chengxicn on their problem, you made the program require masOS 11.4. Was this intended or an accident? For what I can see the most of the work happens in the browser so I'm not seeing why earlier versions of masOS can't be used.
Asking before I try to do the other method which I'm not really sure on how to do...
The text was updated successfully, but these errors were encountered: