@the_metalgamer: perhaps you could change the prerequisites and explicitily say that "python-unidecode>=0.13" or "python-unidecode-git"
Search Criteria
Package Details: python-acrylamid-git 20140116-1
Package Actions
| Package Base: | python-acrylamid-git |
|---|---|
| Description: | Static blog compiler with incremental updates |
| Upstream URL: | http://posativ.org/acrylamid/ |
| Category: | devel |
| Licenses: | |
| Submitter: | metalgamer |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2013-02-04 19:56 |
| Last Updated: | 2014-02-18 10:03 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by xanc
Comment by xanc
@the_metalgamer: I file the bug [https://github.com/posativ/acrylamid/issues/176]
Comment by metalgamer
@xanc the problem is that python-unidecode is not yet updated to the latest version on pypi. I've flagged it out of date, so it should be updated in a few days.
For the last problem, I don't know, that's probably a error in the config file. File a bug report in the main acrylamid repo.
Comment by xanc
It works with python-unidecode-git but when I run:
$ acrylamid --version
Acrylamid 0.8.dev0
$ acrylamid co -f
Traceback (most recent call last):
File "/usr/bin/acrylamid", line 9, in <module>
load_entry_point('acrylamid==0.8.dev0', 'console_scripts', 'acrylamid')()
File "/usr/lib/python3.3/site-packages/acrylamid/__init__.py", line 164, in Acryl
commands.compile(conf, env)
File "/usr/lib/python3.3/site-packages/acrylamid/commands.py", line 138, in compile
data = initialize(conf, env)
File "/usr/lib/python3.3/site-packages/acrylamid/commands.py", line 120, in initialize
assets.initialize(conf, env)
File "/usr/lib/python3.3/site-packages/acrylamid/assets/__init__.py", line 124, in initialize
env.engine.globals['compile'] = env.webassets.compile
AttributeError: 'Environment' object has no attribute 'globals'
Comment by xanc
I think it means it needs python-unidecode>=0.13. Maybe with python-unidecode-git it works.
Comment by xanc
Error after installing:
$ acrylamid co -f
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2851, in <module>
working_set.require(__requires__)
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 696, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 598, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (Unidecode 0.04.12 (/usr/lib/python3.3/site-packages), Requirement.parse('unidecode>=0.04.13'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/acrylamid", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2855, in <module>
parse_requirements(__requires__), Environment()
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 594, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: unidecode>=0.04.13