Search Criteria
Package Details: rare 1.10.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rare.git (read-only, click to copy) |
---|---|
Package Base: | rare |
Description: | A GUI for legendary, an open source replacement for Epic Games Launcher |
Upstream URL: | https://github.com/RareDevs/Rare |
Keywords: | epic-games game-launcher games legendary |
Licenses: | GPL3 |
Submitter: | Dummerle |
Maintainer: | Dummerle |
Last Packager: | Dummerle |
Votes: | 10 |
Popularity: | 0.000012 |
First Submitted: | 2021-03-14 14:18 (UTC) |
Last Updated: | 2023-12-31 16:22 (UTC) |
Dependencies (16)
- legendaryAUR
- python-orjson (python-orjson-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-qtawesome (python-qtawesome-gitAUR)
- python-requests
- python-typing_extensions
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- protonAUR (proton-experimentalAUR, proton-ge-customAUR, proton-ge-custom-rtsp-binAUR, proton-cachyosAUR, proton-ge-custom-binAUR) (optional) – run Windows games
- python-pypresence (optional) – Discord RPC integration
- python-pywebview (optional) – embedded browser for logging in
- wine (wine-valveAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-staging-wow64AUR, wine-wow64AUR, wine-cachyosAUR, wine-stable-nextAUR, wine-staging) (optional) – run Windows games
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2024-04-30 15:30 (UTC)
This no longer appears to depend on
python-typing_extensions
.yochananmarqos commented on 2024-03-03 21:51 (UTC)
Tip: Remove
python-pywebview
if you have trouble logging in to Epic so it gets the authorization token from your web browser instead.slx commented on 2023-12-22 13:17 (UTC)
I get "ModuleNotFoundError: No module named 'orjson'", so it now depends on "python-orjson" package.
Dummerle commented on 2023-08-05 09:48 (UTC)
@yochananmarqos python-psutil is not required. I will update the Readme. Maybe you have pypresence installed via pip or somehow else.
yochananmarqos commented on 2023-08-05 00:55 (UTC) (edited on 2023-08-05 00:55 (UTC) by yochananmarqos)
@Dummerle: As mentioned last year,
python-psutil
is missing from dependencies, check the upstream README. Improved PKGBUILD.yochananmarqos commented on 2023-08-05 00:52 (UTC) (edited on 2023-08-05 00:53 (UTC) by yochananmarqos)
@gyurman: No idea how that happened as
python-pypresence
is only optional for Discord RPC and runs fine without it.Also, please format terminal output like this, your post is an unreadable jumble.
```
Paste text here
```
gyurman commented on 2022-05-14 11:13 (UTC)
/usr/bin/rare
Traceback (most recent call last): File "/usr/bin/rare", line 33, in <module> sys.exit(load_entry_point('Rare==1.8.9', 'console_scripts', 'rare')()) File "/usr/lib/python3.10/site-packages/rare/__main__.py", line 96, in main from rare.app import start File "/usr/lib/python3.10/site-packages/rare/app.py", line 19, in <module> import rare.shared as shared File "/usr/lib/python3.10/site-packages/rare/shared.py", line 3, in <module> from legendary.core import LegendaryCore File "/usr/lib/python3.10/site-packages/rare/legendary/legendary/core.py", line 27, in <module> from legendary.lfs.egl import EPCLFS File "/usr/lib/python3.10/site-packages/rare/legendary/legendary/lfs/egl.py", line 9, in <module> from legendary.models.egl import EGLManifest File "/usr/lib/python3.10/site-packages/rare/legendary/legendary/models/egl.py", line 2, in <module> from distutils.util import strtobool File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 674, in _load_unlocked File "<frozen importlib._bootstrap>", line 571, in module_from_spec File "/usr/lib/python3.10/site-packages/_distutils_hack/__init__.py", line 92, in create_module return importlib.import_module('setuptools._distutils') File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 16, in <module> import setuptools.version File "/usr/lib/python3.10/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3267, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3241, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3279, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 573, in _build_master ws.require(__requires__) File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 891, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 777, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pypresence' distribution was not found and is required by Rare
carlosal1015 commented on 2022-01-09 23:00 (UTC)
For my side is fine.
saburouta commented on 2022-01-09 21:49 (UTC)
Is anyone else just getting "ModuleNotFoundError: No module named 'psutil'"?
1 2 Next › Last »