Package Details: python-grip 4.6.1-1

Git Clone URL: https://aur.archlinux.org/python-grip.git (read-only, click to copy)
Package Base: python-grip
Description: Preview GitHub Markdown files like Readme locally before committing them
Upstream URL: https://github.com/joeyespo/grip
Licenses: MIT
Submitter: None
Maintainer: pancho
Last Packager: pancho
Votes: 22
Popularity: 0.009748
First Submitted: 2017-02-09 18:23 (UTC)
Last Updated: 2022-04-17 05:44 (UTC)

Latest Comments

pancho commented on 2022-04-17 05:50 (UTC)

@iago-lito: sorry for the late response, I had not enabled the notifications for this package, and your comment went unread. Shouldn't happen again.

@OliverLew: thanks for reporting about the fix. I have updated the package to 4.6.1, and the fix looks good.

Let me know if problem still persists.

Happy hacking, fellas.

xlucn commented on 2022-04-13 06:33 (UTC)

The package is outdated, the version 4.6.1 includes the fix.

iago-lito commented on 2022-04-06 09:40 (UTC) (edited on 2022-04-06 09:41 (UTC) by iago-lito)

Hello, I ran into this problem today:

$ grip
Traceback (most recent call last):
  File "/usr/bin/grip", line 33, in <module>
    sys.exit(load_entry_point('grip==4.6.0', 'console_scripts', 'grip')())
  File "/usr/bin/grip", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  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 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/grip/__init__.py", line 19, in <module>
    from .api import (
  File "/usr/lib/python3.10/site-packages/grip/api.py", line 8, in <module>
    from .app import Grip
  File "/usr/lib/python3.10/site-packages/grip/app.py", line 30, in <module>
    from .assets import GitHubAssetManager, ReadmeAssetManager
  File "/usr/lib/python3.10/site-packages/grip/assets.py", line 16, in <module>
    from flask import safe_join
ImportError: cannot import name 'safe_join' from 'flask' (/usr/lib/python3.10/site-packages/flask/__init__.py)

.. but it seems that the python-grip-git package does not have this problem.

petrucci4prez commented on 2019-11-28 19:49 (UTC)

@marioom

try rebuilding python-grip and python-path-and-address with makepkg

marioom commented on 2019-11-27 23:49 (UTC) (edited on 2019-11-27 23:51 (UTC) by marioom)

I'm getting pkg_resources.DistributionNotFound: The 'grip==4.5.2' distribution was not found and is required by the application. Any idea as to what it could be? It does work with PyPi and a venv.

craftyguy commented on 2018-08-12 22:50 (UTC)

@cameel:

I'm blocked by python-path-and-address not doing a release for 3.7..

cameel commented on 2018-08-11 19:28 (UTC)

Python 3.7 has just replaced 3.6 in the main repos and the package needs to be rebuilt by anyone who installed it on 3.6 (because it placed its files in /usr/lib/python3.6/site-packages/). Could you please bump pkgrel to indicate that?