Git Product home page Git Product logo

Comments (5)

deepyaman avatar deepyaman commented on June 22, 2024 1

Ah, this is just user error! The post clearly states, "Like all production-ready libraries ibish depends on the latest commit of ibis-framework [as of the time of posting]." Therefore, we should:

pip install git+https://github.com/ibis-project/ibis.git@1d5124365c1abefbc9a6d938c52ffc6e1f3285d1

@andrew-morris It should work then. :)

from ibis.

andrew-morris avatar andrew-morris commented on June 22, 2024

per: https://ibis-project.org/posts/unix-backend/

from ibis.

deepyaman avatar deepyaman commented on June 22, 2024

In Ibis 9.0, ibis.backends.base.BaseBackend moved to ibis.backends.BaseBackend in #8405. Try pip install 'ibis-framework>=9'.

Actually, I'm still facing issues after that.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ibish 1.0.2 requires ibis-framework<9.0.0,>=8.0.0, but you have ibis-framework 9.0.0 which is incompatible.
Successfully installed ibis-framework-9.0.0 sqlglot-23.12.2
(ibish) deepyaman@deepyaman-mac new-kedro-project % python                           
Python 3.9.19 (main, May  6 2024, 14:39:30) 
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ibis
>>> import ibish
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/miniconda3/envs/ibish/lib/python3.9/site-packages/ibish/__init__.py", line 24, in <module>
    from ibish.compiler import Offset, translate
  File "/opt/miniconda3/envs/ibish/lib/python3.9/site-packages/ibish/compiler.py", line 279, in <module>
    @translate.register(ops.JoinTable)
AttributeError: module 'ibis.expr.operations' has no attribute 'JoinTable'
>>> 

Feels like it might be tied to a specific point in time...

from ibis.

ncclementi avatar ncclementi commented on June 22, 2024

@andrew-morris looks like you got things sorted out 🎉 , can we close this issue?

from ibis.

cpcloud avatar cpcloud commented on June 22, 2024

FWIW I also released a new version of ibish that should work without pinning any commits (requires ibis-framework 9.0.0)

from ibis.

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.