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

New release to fix Python 3.6+ support? #121

Closed
akien-mga opened this issue Oct 9, 2019 · 3 comments
Closed

New release to fix Python 3.6+ support? #121

akien-mga opened this issue Oct 9, 2019 · 3 comments

Comments

@akien-mga
Copy link

I noticed that my bpython package in Mageia 8 (Python 3 flavour) is throwing this error:

Traceback (most recent call last):
  File "/usr/bin/bpython", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'typing' distribution was not found and is required by curtsies

I packaged curtsies 0.3.0 which is the last stable releases. Commit 217b4f8 done after 0.3.0 fixes the issue, but has yet to be included in a stable release.

As Python 2 is going to be phased out and Python 3.6+ is now mostly ubiquitous, a new release might be in order.

@sebastinas
Copy link
Contributor

@thomasballinger Could you please prepare a new release?

@thomasballinger
Copy link
Member

sure thing, can look at this tonight

@thomasballinger
Copy link
Member

thomasballinger commented Jan 4, 2020

Curtsies 0.3.1 has been released including this fix, please let me know if there are any issues

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

3 participants