Git Product home page Git Product logo

Comments (3)

jdebacker avatar jdebacker commented on June 20, 2024

@feenberg I haven't seen this before and it may be an issue with how you installed Anaconda. If so, this Stack Overflow thread may offer a solution.

Conda seems to have gotten increasingly flakey, with long wait times to resolve packages for an environment.

As an alternative, you might try pip install -U taxcalc, as we also release the package on PyPI.

from tax-calculator.

feenberg avatar feenberg commented on June 20, 2024

Nothing on the StackOerflow page seemed relevant - it is all about windows or if Anacaonda is owned by root.

I did try the pip method. The install seemed fine (there was one warning for issue 10151) but "tc --test" yielded the following error message:

bash-5.1$ tc --test
Traceback (most recent call last):
  File "/homes/nber/feenberg/.local/bin/tc", line 5, in <module>
    from taxcalc.cli.tc import cli_tc_main
  File "/homes/nber/feenberg/.local/lib/python3.9/site-packages/taxcalc/__init__.py", line 4, in <module>
    from taxcalc.calculator import *
  File "/homes/nber/feenberg/.local/lib/python3.9/site-packages/taxcalc/calculator.py", line 13, in <module>
    import paramtools
ModuleNotFoundError: No module named 'paramtools

It looks like paramtools may be part of Anaconda - do I need to have Anadconda installed?

from tax-calculator.

jdebacker avatar jdebacker commented on June 20, 2024

@feenberg ParamTools is also on PyPI, so can be installed with pip install paramtools

I've opened in an issue to make sure we require paramtools with taxcalc installed from PyPI.

from tax-calculator.

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.