Giter Club home page Giter Club logo

Comments (4)

Ashatz avatar Ashatz commented on August 10, 2024

Hello @aikanarov,

Unfortunately, I was not able to reproduce the bug. Could you please send any additional information regarding your issue if possible.

Thank you!

from moncli.

aikanarov avatar aikanarov commented on August 10, 2024

Hi,

Thank you very much for your response, i install moncli from command line:

(base) ubuntu@ip-172-31-81-216:~$ pip install moncli
Collecting moncli
  Downloading moncli-0.1.2-py3-none-any.whl (29 kB)
Requirement already satisfied: requests>=2.22.0 in ./anaconda3/lib/python3.6/site-packages (from moncli) (2.23.0)
Requirement already satisfied: nose>=1.3.7 in ./anaconda3/lib/python3.6/site-packages (from moncli) (1.3.7)
Requirement already satisfied: certifi>=2017.4.17 in ./anaconda3/lib/python3.6/site-packages (from requests>=2.22.0->moncli) (2019.11.28)
Requirement already satisfied: idna<3,>=2.5 in ./anaconda3/lib/python3.6/site-packages (from requests>=2.22.0->moncli) (2.7)
Requirement already satisfied: chardet<4,>=3.0.2 in ./anaconda3/lib/python3.6/site-packages (from requests>=2.22.0->moncli) (3.0.4)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./anaconda3/lib/python3.6/site-packages (from requests>=2.22.0->moncli) (1.24.3)
Installing collected packages: moncli
Successfully installed moncli-0.1.2

And then i run from moncli import MondayClient and get this error.

`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 from moncli import MondayClient

~/anaconda3/lib/python3.6/site-packages/moncli/init.py in
----> 1 from .entities import MondayClient
2 from .enums import *
3 from .columnvalue import create_column_value

~/anaconda3/lib/python3.6/site-packages/moncli/entities/init.py in
----> 1 from .client import MondayClient

~/anaconda3/lib/python3.6/site-packages/moncli/entities/client.py in
----> 1 import moncli.entities.exceptions as ex
2 from .. import api_v2 as client
3 from ..enums import BoardKind, NotificationTargetType
4 from .objects import MondayClientCredentials, Tag, Update, Notification
5 from .board import Board

AttributeError: module 'moncli' has no attribute 'entities'`

from moncli.

Ashatz avatar Ashatz commented on August 10, 2024

@aikanarov,

Thank you for your quick reply. I looked into your issue more, and it turns out I made a few import statements that are OK in Python 3.7+ but NOT for 3.6. I have a working fix and am working on committing/deploying now.

from moncli.

Ashatz avatar Ashatz commented on August 10, 2024

Hello @aikanarov

I have deployed the fix. You may download the latest package using the following command.
pip install --upgrade moncli

This should set you up with v0.1.4, which contains the import fix. I am closing out this ticket. Please feel free to reach out if you run into any other issues!

from moncli.

Related Issues (20)

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.