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

Quickstart Docker does not work. #15

Open
SteveChurch opened this issue Jan 4, 2019 · 1 comment
Open

Quickstart Docker does not work. #15

SteveChurch opened this issue Jan 4, 2019 · 1 comment

Comments

@SteveChurch
Copy link

There seems to be all sorts of errors going on with some clashing versions.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 574, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 783, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Django 1.11.17 (/usr/local/lib/python3.6/dist-packages), Requirement.parse('django>=2.1'), {'longclaw'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/longclaw", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3088, in <module>
    @_call_aside
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3072, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 576, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'django>=2.1' distribution was not found and is required by longclaw```
@JamesRamm
Copy link
Collaborator

Hi,
The longclaw master branch has just been updated to wagtail 2/django 2/python 3. I'll be making a 1.0.0 release of longclaw in the coming days/weeks.

This means longclaw_demo is out of date, hence your problems - I am working on it as a priority right now.

Quickest thing I can do is pin the longclaw requirement to the latest released version of longclaw (which is 0.2.1 in this case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants