-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't install, due to some issue with verison #20
Comments
Hi, thanks for filing this issue! I think this issue should might be addressed with release However, there might be another issue with
with the following in the
However, on Debian I get the following (but I might have set up my virtual environment incorrectly here/misconfigured something else):
but all 3 of those outputs differ with what you saw:
My guess is your issue might still related to the incorrect version specifier I was using in the Also, what OS are you using? If you're on Linux, even if release |
Hi, Yeah, I am on linux , EOS (which is Arch based). Hope it the issue get fixed on the next install. I also tries to run it directly in an virtual env directory instead of pipx but still failed. Hope it get functional on Linux. I like to make watch list from YT channels quickly and this is just what I need. So thank you for your efforts. |
I just released version
However, I'm still getting the following with
I'm not entirely sure why this is happening and I'm not familiar enough with
I anticipate that you'll still run into other (unrelated) problems after this with |
This time I could install it with pip in venv without a problem. But when I try the script you put in the tutorial I get this:
|
Ah yes, this is the problem I was alluding to earlier in the thread when I said, "requires a bit of manual troubleshooting." I noticed you tried to use Also, refer to the "permissions for first run" section in the quick start to make sure your environment is set up properly. using
|
Thank you very much for you help , I know the pain of writing a long text and losing it in the browser. I still write in the browser being lazy, but I think the best solution is to write it in a text editor and copy paste it at the end. I will test it with firefox as soon as I find some free time in this week. I have firefox preinstalled as it is the default Linux browser. My only confusion for now is why did you suggested ARM version for download. As I think 64 bit be the right architecture for any Linux machine. Only non-mobile computers which use ARM I think are the new Apple ones. |
This was a mistake, I mixed up the Linux Arch distribution with the aarch64 hardware architecture (more details here) when you mentioned "EOS (which is Arch based)."
Since I mixed up the Arch architecture with the arch hardware, I think you are correct, and the corresponding command would actually be
I think you are also correct here. I know some chromebooks and tablets use ARM, but we can categorize those as "mobile computers" too. I think some cloud providers are starting to provide ARM based servers as well, such as AWS Graviton, but I am unsure how much these are used. However, I did actually test this on an ARM device because of my Arch distribution/hardware confusion, so everything in my previous comment was verified on an ARM device. 🤓 |
contents of pipx logfile:
The text was updated successfully, but these errors were encountered: