-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot install Iromlab via PIP #105
Comments
Hi! Can you post the error that you receive? |
It varies, but in general it says that it is not the correct command. I've no doubt that I'm not putting in the command correctly due to being unsure of where the correct Python file is (there are many that show up in the C drive). |
What is the output of “pip install iromlab” |
Hey. Was actually working on it the past few minutes and seem to have installed it. This is what showed up on the screen: C:\Users\Keith>C:\Users\Keith\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\pip install --user iromlab The next step should be to go to the iromlab-configure.exe file but when that is clicked, nothing happens in the command prompt. |
It just goes to the command prompt and does nothing. Shows a blinking cursor next to the C:\Users\Keith prompt. |
Looking at the docs, it says if the config fails and you don’t get the pop
up saying all went well, you can try this workaround?
#100 (comment)
…On Thu 4 May 2023 at 06:28, Hf23d4 ***@***.***> wrote:
It just goes to the command prompt and does nothing. Shows a blinking
cursor next to the C:\Users\Keith prompt.
—
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAITFPUQ6MAOD46AF6KNLM3XEM5BDANCNFSM6AAAAAAXU4TOEA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Btw did you install python from the windows App Store? Your paths look like that might be the case. I prefer uninstalling windows App Store python and instead installing python from the python website and making sure that I tick the box at the very start to add python to PATH. It tends to work with pip so much better than the windows App Store version which doesn’t add pip to path. This might not solve your configure issue but it might lead to an easier time with python. https://www.python.org/downloads/ |
It's possible I'm hitting the wrong .exe file, though, as that workaround is a for a specific error. When I hit the iromlab-configure.exe file (or at least what I think is that file), it just pulls up a command prompt and nothing happens. |
I used the Python software that came with the computer. This is so far out of my wheelhouse, may just have to try to find another way to get the Nimbie working or send it back (it should come with better software than it does). |
Johan (the developer) might be able to provide assistance, I’m just a casual user and my troubleshooting skills are limited! |
I really appreciate all of your time and help. Maybe looking at it with a fresh set of eyes on this end will help :-) |
@Hf23d4 Can you post a screenshot that shows what happens if you double-click iromlab-configure.exe? Does it start a window like the one below (note the "Iromlab Configuration Tool" text): Or do you see something else? Also, what Windows version are you using? Other thing you might try, is run the configuration script from the command line like this:
What happens if you do this? Do you see any errors or warnings? On an unrelated note: I've noticed that with the latest (5.x) IsoBuster versions, Iromlab sometimes throws an internal FileNotFoundError on the IsoBuster log file (which then causes Iromlab to become unresponsive). Since we're still using an older IsoBuster version internally this isn't a problem for us, but it will most likely be for you. Because of this I just added a patch that fixes this. To apply the patch, try re-installing Iromlab like this:
Then pay close attention to the console output, which should show a reference to the 1.0.9 version of Iromlab:
If you still see the old (1.08) version, just re-run the command (I've come across this several times myself, probably some sort of caching issue with pip). |
Hey, @bitsgalore. Thanks for the info. I can't seem to get the command line instructions to work properly and the Nimbie is ending up being too much of a programming task to move ahead. Have packed up the Nimbie and am returning it and going with more of a plug-and-play manual DVD transfer route. Thanks again for the assistance. |
@Hf23d4 Thanks for the update, I'll close the issue then. |
Hey. Just got a Nimbie and have gone through all of the Isobuster and DBPowerAmp install elements but am stuck at the section that deals with installing Iromlab via PIP. I've tried putting various file paths and nothing seems to be working (have very little experience using the command prompt and none using Python). Suggestions on how to resolve this?
The text was updated successfully, but these errors were encountered: