Skip to content
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

Installation issue, torch >=1.6.0, Raspberry Pi OS 64 bit, Raspberry Pi 4b 8 gig #6

Closed
DaveXanatos opened this issue May 30, 2021 · 2 comments

Comments

@DaveXanatos
Copy link

Would love to get this working. Getting two errors - first error here is the last thing the install reports before exiting back to the terminal prompt:

Collecting torch>=1.6.0 (from sentence-transformers->parrot==1.0) Could not find a version that satisfies the requirement torch>=1.6.0 (from sentence-transformers->parrot==1.0) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) No matching distribution found for torch>=1.6.0 (from sentence-transformers->parrot==1.0)

Tried running the quick start script anyway, get this error:

Traceback (most recent call last): File "paraphrase.py", line 1, in <module> from parrot import Parrot ModuleNotFoundError: No module named 'parrot'

Raspberry Pi 4B 8 Gig RAM version, running Raspberry Pi OS 64 Bit.
Apologies if I have not provided sufficient info here - let me know how else I may help to figure out why this won't run on my build. Thanks

@PrithivirajDamodaran
Copy link
Owner

Not able to reproduce this issue

@DaveXanatos
Copy link
Author

Were you using the 64-bit OS? I suspect some of the issue is coming from some of the requirements being 32-bit only and pip is looking for them under arm64 and not finding them.... I'm going to try some of the failed parts of the install and specify :armhf to see if that works. Because it does NOT on a fresh install of the latest R Pi 64-bit OS.

Repository owner locked and limited conversation to collaborators Jun 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants