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
Should this work with Python 3 on PiCroft? PIP error #2
Comments
|
Hey @neil969. It should work for Pi and it has been working for me. I modified the requirements.sh for the packages install. Let me know if the issue persists, I will look into it in more details if it does. Thank you for pointing this out. |
|
Thanks for the info... I don't know how to get past this to see if it will install with the modified requirements.sh, sorry pi@picroft:~ $ msm remove AVmusic |
|
Thank you for the detailed description. It looks like it might be msm or submodules issue with mycroft's repository. As your report says, it tried to install AVmusic from my repository "reginaneon", which is correct and should be from there. However, the next attempts to source it from a nonexistent URL or "NeonGecko/AVmusic", which doesn't make much sense. Thank you for bringing this to my attention. I let Kathy know about this as well so we can fix this together. I really appreciate you pointing this out - this is a great issue to report. |
|
Thanks for flagging this with me @reginaneon and thanks to @neil969 for reporting this as well; the information you both provided was very useful. Replicate the issueUsing a Picroft running the 14 March base image, running Attempt to resolve issueThis shows that Picroft is still using the old ( I tried the following; This cleared any previous Installs / Install attempts Next, we activate the virtual environment.
This changes the shell prompt slightly, ie: Next, attempt to install: If you try the above @neil969, does it install OK for you? Best, Kathy |
|
Hi Kathy `(mycroft-core) pi@picroft:~ $ msm install https://github.com/reginaneon/AVmusic W: Failed to fetch http://archive.raspberrypi.org/debian/dists/jessie/ui/binary-armhf/Packages 503 Service Unavailable [IP: 93.93.135.188 80] E: Some index files failed to download. They have been ignored, or old ones used instead. |
|
Here is the error.. surprise surprise it is a permission error in Linux!! Imagine that! :) |
I have tried installing AV music on PiCroft and the MSM installation fails with an error at "sudo pip ...blah..."
This is the second time I have tried ( this was on a fresh install), and the first time I asked about the missing PIP on the forums, and was told that it doesn't exist inPython3 and that the advice is not to install it on the "base" system.
After all of that, AVmusic is in the list of "good" community skills, so I thought I would try again about a Month later (today) . I manually installed the player first after doing a full apt-get update && upgrade.
Should it work, or is it not ready for Python3 version PiCroft, or is this a bug?
Thanks
The text was updated successfully, but these errors were encountered: