Coder Social home page Coder Social logo

Comments (3)

grumpydolphin avatar grumpydolphin commented on July 21, 2024 1

I have tried the application with python3 as you suggested, and it's working without the errors. This is using the python distribution installed with homebrew

I was getting the error when using the default Catalina python (which I believe is 2.7).

from bittytax.

nanonano avatar nanonano commented on July 21, 2024

Can you confirm which version of python you are using? python --version

Also, can you let me know which version of python-dateutil you have installed? pip show python-dateutil

You could try installing it with python3 instead? Using pip3 install BittyTax, it will ask you to install Xcode if you haven't already?

from bittytax.

nanonano avatar nanonano commented on July 21, 2024

Managed to recreate the issue.

MacOS Catalina comes with python-dateutil v1.5 installed, this version does not contain the dateutil.tz.UTC constant.

It was introduced in v2.7.0 so will update the setup.py script to make this version or newer is used.

from bittytax.

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.