Coder Social home page Coder Social logo

Comments (1)

abw333 avatar abw333 commented on July 18, 2024

Fixed by #129. The snippet below shows that the CLI fails on dominoes 6.0.0, but succeeds on dominoes 6.1.0.

(python37) dominoes (master) ∴ python --version      
Python 3.7.0
(python37) dominoes (master) ∴ pip list              
Package    Version
---------- -------
pip        18.1   
setuptools 40.5.0 
wheel      0.32.2 
(python37) dominoes (master) ∴ pip install dominoes==6.0.0
Collecting dominoes==6.0.0
  Using cached https://files.pythonhosted.org/packages/a7/7a/a97c9acbd5296fca177f8df7c593ec2ce6d9160cb92607cbedd0718653dd/dominoes-6.0.0-py3-none-any.whl
Installing collected packages: dominoes
Successfully installed dominoes-6.0.0
(python37) dominoes (master) ∴ ./bin/dominoes
Traceback (most recent call last):
  File "./bin/dominoes", line 3, in <module>
    import dominoes
  File "/Users/abw333/.virtualenvwrapper/python37/lib/python3.7/site-packages/dominoes/__init__.py", line 13, in <module>
    from dominoes.hand import Hand
  File "/Users/abw333/.virtualenvwrapper/python37/lib/python3.7/site-packages/dominoes/hand.py", line 18, in <module>
    class Hand(collections.abc.Sequence):
  File "/Users/abw333/.virtualenvwrapper/python37/lib/python3.7/collections/__init__.py", line 55, in __getattr__
    raise AttributeError(f'module {__name__!r} has no attribute {name!r}')
AttributeError: module 'collections' has no attribute 'abc'
(python37) dominoes (master) ∴ pip install dominoes==6.1.0
Collecting dominoes==6.1.0
  Using cached https://files.pythonhosted.org/packages/ea/74/16ce47bf2363cd380a1573352681a0de7c2c9c1b5ccea349c3039272f7e2/dominoes-6.1.0-py3-none-any.whl
Installing collected packages: dominoes
  Found existing installation: dominoes 6.0.0
    Uninstalling dominoes-6.0.0:
      Successfully uninstalled dominoes-6.0.0
Successfully installed dominoes-6.1.0
(python37) dominoes (master) ∴ ./bin/dominoes             
Welcome! Proceeding will clear all text from this terminal session. If you are OK with this, press enter to continue.

from dominoes.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.