How to Install Lute | A Better Free LingQ Alternative

Поделиться
HTML-код
  • Опубликовано: 29 дек 2024

Комментарии • 84

  • @benjaminguajardo9144
    @benjaminguajardo9144 11 месяцев назад +49

    for anyone with this error popping up: "cannot be loaded because running scripts is disabled on this system" just copy this "Set-ExecutionPolicy RemoteSigned" then type "Y" when needed. After that you can continue with the video. Idk if its a common error or not but just in case. Thxs for the video

    • @silvajuliocesar
      @silvajuliocesar 11 месяцев назад

      really thank you

    • @adri.learns
      @adri.learns 11 месяцев назад

      thanks

    • @bernhardrulla
      @bernhardrulla 10 месяцев назад

      Thanks a lot!! Greetings from Germany.

    • @baronzad2056
      @baronzad2056 9 месяцев назад

      can you disable the set-execution policy after downloading lute or will that mess with lute?

    • @tibor1033
      @tibor1033 2 месяца назад

      I can't do it with this advice either. I can't download LUte at all. Why are there always problems...

  • @dragos240alt
    @dragos240alt 4 месяца назад +7

    So a few things.
    1. You do NOT need to run powershell as administrator. Nothing about this requires administrator privileges. You only need that if you're modifying something you don't normally have access to, which in Python's case, should not be a problem. You also don't even need to use powershell. You can use Command Prompt, create the environment with the exact same commands, and activate the environment with ".\envlute\Scripts\activate.bat", which by the way does not require you enter a custom command to make it work. It should just work
    2. You're making this harder than it needs to be for the users to launch Lute. All you need to launch it once it's installed is to create a batch file by opening notepad and entering the following stuff into it (replacing with the path you copied earlier):
    cd
    start .\envlute\Scripts\python.exe -m lute.main
    pause
    Then save it as something like start-lute.bat (be sure you select the type "all files" as by default notepad will try to save as a text file). For those curious what these lines are for, I will explain. The first is to enter the folder you created for Lute. The second is to start python in the python environment you created with the lute module. Finally the last is telling Command Prompt to not automatically close once Lute exits. I recommend keeping this line as if Lute has an issue, you'll be able to actually see what the error was instead of it closing immediately after

  • @WolfusMandrago
    @WolfusMandrago 9 месяцев назад +3

    You did a great job with this tutorial. I have never opened Powershell in my life. Installing a program through a command prompt was basically magic to me. Thank you for the clear explanation.

    • @is4ndroide
      @is4ndroide  9 месяцев назад +1

      You're welcome! Honestly, I didn't know that was possible either before this 😅 Glad it was useful.

  • @TheDasilva1
    @TheDasilva1 Год назад +2

    Holy cow. I saw your video yesterday and decided to look on the web for a tutorial, hahaha. Turns out you just released one.

  • @howardreitz4112
    @howardreitz4112 Год назад +2

    THANK YOU so much!! I just learned about Lute yesterday and couldn't get it working and then BOOM you upload this.

  • @callmejobson
    @callmejobson Год назад +2

    Great video! Im excited to use Lute for Japanese! Once I have played with it I will make a video on my experience

    • @is4ndroide
      @is4ndroide  Год назад +1

      Great! If you want, let me know when you upload it! :)

  • @diegofernandonarvaezerazo2844
    @diegofernandonarvaezerazo2844 Год назад +1

    Gracias parcero, tienes un nuevo suscriptor. Llevo meses intentando instalar Lute

  • @MiloMay
    @MiloMay 9 месяцев назад +3

    when I type "python -m venv envlute" I get a message saying python cannot be found, even though I have it installed. Does anyone have an idea of how I could fix this problem?

  • @furakkko
    @furakkko 9 месяцев назад

    Excellent video mate! 👍😃

    • @is4ndroide
      @is4ndroide  9 месяцев назад

      Thanks for watching!

  • @dezukaful
    @dezukaful Год назад +1

    Amazing, ill attempt this again later today.
    Thank you

  • @jz4901
    @jz4901 Год назад +2

    Super video as always, thank very much Isán! I hope this gives people the courage to try installing. 🙂 Installation is painless for some, but for some Windows people it's tough.
    I'm not sure what version of Windows you're using ... a Windows 10 user put together notes which are also in the manual, in the installation section. If your (super-clear) instructions don't work for people, then perhaps a combination of that with the Win 10 notes people can work through it.
    Thank you again, cheers and best wishes!

  • @SakuraHougetsu28
    @SakuraHougetsu28 Год назад

    Great explanation, thanks a lot

  • @Nikolai.A.McGuire
    @Nikolai.A.McGuire Год назад +2

    Hey if you get something along the line of Cannot be loaded because running scripts is disabled on this system; set-executionpolicy remotesigned ; and there you go I was wondering how to do this and was wandering settings like a dumbass.

    • @heyyoitsmat
      @heyyoitsmat Год назад

      thank you!! this helped me haha i know nothing about this system thingy

  • @closeeys-54
    @closeeys-54 4 дня назад

    Thank you so much :)

  • @leandrodurante9984
    @leandrodurante9984 8 месяцев назад +1

    Hello dear friend. Thank you for all the content you post here.
    Would you know if it is possible to install this on a cellphone? Or there is an alternative app that works on Android?

  • @SyR21B26
    @SyR21B26 Год назад +1

    I followed all the steps, but when i tried to launch this message showed up:
    ERROR: Could not find a version that satisfies the requirement Lute1 (from versions: none)
    ERROR: No matching distribution found for Lute1
    I'm completely ignorant in this kind of computer knowlegde lol. Anyone has an idea on how to solve this?

    • @jz4901
      @jz4901 Год назад

      It’s lute3 for pip installs. :-) check the manual. Cheers!

  • @inzimamargan-e3e
    @inzimamargan-e3e 7 месяцев назад

    I am getting this error after -m venv envlute command.
    how to fix this?
    -m : The term '-m' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + -m venv envlute
    + ~~
    + CategoryInfo : ObjectNotFound: (-m:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • @yuxuanshi8082
    @yuxuanshi8082 7 месяцев назад

    Thank you so much!

  • @ashleynguyen4802
    @ashleynguyen4802 6 месяцев назад +1

    Hi, can I ask why "envlute" doesn't display "green" >< Sorry but this is the first time I use python and download in this way. Can you help me >

    • @is4ndroide
      @is4ndroide  6 месяцев назад

      Hi! I'm not sure why that might be, but you can jump onto the Discord server in the description of the video and we might be able to help you out more!

  • @TheDasilva1
    @TheDasilva1 Год назад

    I already did it. Let's goooooooooooo

  • @ptHomeHealth
    @ptHomeHealth 7 месяцев назад

    Is there anyway to access LUTE from an iPhone?

  • @harunulgen476
    @harunulgen476 11 месяцев назад

    how do you add seperable verbs in german what do you do? make them parents or something?

  • @agiota-san1085
    @agiota-san1085 11 месяцев назад

    Really easy tutorial, everything worked just fine here. Vielen Dank.

  • @jimmycoffin7700
    @jimmycoffin7700 8 месяцев назад

    Anyone know what to do if it says "Python was not found"?

  • @ana_cmz
    @ana_cmz 3 месяца назад +1

    Thanks for this great video!! However, I disagree 100% with the use of the word "simply" during this tutorial lol

    • @is4ndroide
      @is4ndroide  3 месяца назад

      Haha I'm sorry! It was hard for me too but I tried to simplify it as much as possible. I'm really good at following step-by-step instructions in text form, so maybe the Notion page in the description is easier to follow! (maybe not lol)

  • @crafterrium8724
    @crafterrium8724 11 месяцев назад

    Im guessing that you can create a shortcut to upgrade it like the shortcut for starting it in powershell right? if so thats cool

    • @is4ndroide
      @is4ndroide  11 месяцев назад

      Correct! You could do that too by changing the lines in the file a little :)

    • @crafterrium8724
      @crafterrium8724 11 месяцев назад

      @@is4ndroide oh ok I’m not that good at doing that sorta stuff so I’m just going to do that shortcut

  • @henriquesnowing8762
    @henriquesnowing8762 8 месяцев назад

    Dank schon! ich lerne Deustch.

  • @carolineJakovinen
    @carolineJakovinen 11 месяцев назад

    After the updating of Windows 11 on my laptop, Lute stopped working altogether. It doesn't run with PowerShell any more and, when I try to do it, the PowerShell collapses and closes. I don't know how to change this. I think it might have happened, because alongside the update the path to Lute was also uploaded to OneDrive, but I cannot find a way to alter the path as well :(

    • @is4ndroide
      @is4ndroide  11 месяцев назад +1

      Hi! I've never used Windows 11 or OneDrive, but if you can find where Lute is installed (even in the cloud), you should be able to extract one of the backups in that folder and do a clean install of Lute, then restore your data from the backup.
      There's some info on how to do this in the manual and in the written tutorial in the description of this video. Let me know if you need help!

    • @carolineJakovinen
      @carolineJakovinen 11 месяцев назад

      @@is4ndroide Thank you very much for the tips! I'll try to do as you said and see whether it works. I'll let you know if it goes smoothly! ;)

  • @Vulgrammar
    @Vulgrammar 7 месяцев назад +1

    when I'm typing: "python -m lute.main" this appears: "Error while finding module specification for 'lute.main' (ModuleNotFoundError: __path__ attribute not found on 'lute' while trying to find 'lute.main'). Anybody can help?

  • @tendencakriminale9728
    @tendencakriminale9728 Год назад +1

    you can probably make a script that launches lute from like a desktop icon

    • @is4ndroide
      @is4ndroide  Год назад

      I actually do that in the video 😅

  • @marianorequejo5644
    @marianorequejo5644 Год назад

    Can someone help me? I was able to create a .bat file and then a shortcut of it. The only problem is:
    I can't attach the file to the task bar or anywhere that isn't the desktop :(

    • @SATYEN_
      @SATYEN_ Год назад +1

      Just want to add it to the Start Menu, then try moving your shortcut of the .bat file to this folder "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
      Also want to be able to pin to taskbar, then you need to 1) right-click the shortcut of the .bat file, 2) click on properties and then 3) prepend the "Target" with this: "cmd /c "
      Now when you right-click the shortcut it will give you the option to pin to taskbar. You can also go back into properties and customize the icon!

    • @marianorequejo5644
      @marianorequejo5644 Год назад

      @@SATYEN_ thanks man, that's exactly what I wanted to do!
      I don't use the desktop because it clutters to often, so I just pin everything to the start menu. Thanks again!

  • @megurel
    @megurel Год назад

    envlute\Scripts\activate didn't work my computer ? do you have any idea? i making one by one your steps.

    • @megurel
      @megurel Год назад

      + envlute\Scripts\activate
      + ~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo : SecurityError: (:) [], PSSecurityException
      + FullyQualifiedErrorId : UnauthorizedAccess

    • @megurel
      @megurel Год назад

      i solved :) with Get-ExecutionPolicy . "for the other users."

    • @noguerable
      @noguerable Год назад

      It's says that is dangerous to make it. Do you think is sure to install the proggram?@@derick9650

    • @breqbs
      @breqbs 11 месяцев назад

      Run Powershell as admin
      cd C:\Windows\system32
      Set-ExecutionPolicy RemoteSigned
      cd your lute directory here
      envlute\Scripts\activate

  • @jeedtech2970
    @jeedtech2970 Год назад

    I downloaded it in my mobile but selecting sentences doesn't work

  • @pleasestopcreatingmoresent3328
    @pleasestopcreatingmoresent3328 4 месяца назад

    I need the settings for Korean language.

  • @luhh992
    @luhh992 10 месяцев назад

    I updated to version 3.13, it stopped working, so I uninstalled everything, installed it again, and now it doesn't work anymore

    • @is4ndroide
      @is4ndroide  10 месяцев назад

      Can you tell me more about what error you're getting? Otherwise you can always jump onto the Discord server and people will probably be able to help you better than I can!

    • @luhh992
      @luhh992 10 месяцев назад

      @@is4ndroide Hello, I just installed exactly as you taught and it worked, but after updating to version 3.13 the program doesn't work anymore, on the screen it says "initializing app" and just says that, I waited almost half an hour and nothing appears besides the initializing message. Thanks for the help.

    • @luhh992
      @luhh992 10 месяцев назад

      I downloaded another version of Python (3.12), deleted the entire file of the Lute and went through the installation process again, now it seems to be working fine. Thanks again for the help.

  • @vandersonplinio9711
    @vandersonplinio9711 7 месяцев назад

    thenkiu you
    friend, you are a friend

  • @megurel
    @megurel Год назад

    Thank you

  • @davidmadrid1226
    @davidmadrid1226 11 месяцев назад

    thanks you

  • @avk1018
    @avk1018 Год назад

    Thanks for making meaningful content instead of clickbait shit to get subscribers!

  • @dylanalliata4809
    @dylanalliata4809 Год назад

    This software is not at all easy to install and it doesn't work with many dictionary site but it does with the one listed below for German to English.

    • @is4ndroide
      @is4ndroide  Год назад +1

      I'm not sure what you mean. Lute supports all kinds of dictionaries. I personally use dict.cc and Wiktionary for German, but I know many others work as well. You can change the default dictionaries in the settings for each language. If you need help with this, check out the manual or let me or the guys on the Discord server know!

    • @dylanalliata4809
      @dylanalliata4809 Год назад

      @@is4ndroide This worked Cambridge and Collins among others failed or rejected the connection. I will adjust my review. Thank you.

    • @jz4901
      @jz4901 10 месяцев назад

      @@dylanalliata4809 Hey there, sorry about that! (I wrote Lute) -- some dictionaries can't be embedded. There's a link in the manual about how to set up dictionaries as "pop-up" windows.