Git Product home page Git Product logo

Comments (3)

lacksfish avatar lacksfish commented on May 25, 2024 1
  1. For a second I thought I was missing this obvious issue, but even after renaming my testing file from petals.py to petal.py I still encountered the same issue
  2. It fails with ModuleNotFoundError after uninstall, after uninstalling with the recommended install command (installing v2.2.0) it failed with the same described ImportError

My solution was this:

$ pip3 install git+https://github.com/bigscience-workshop/petals.git@main

This installs the main/master branch which did not have the circular dependency issue anymore (versioned at v2.3.0 at commit 03cbe90)

Feel free to close the issue or investigate further. From my perspective, using the main branch directly fixed this issue.

from petals.

poedator avatar poedator commented on May 25, 2024

@lacksfish, try these ideas for starters:

  1. check that there is no directory named petals where you launch your code from. It may confuse imports.
  2. uninstall petals and make sure that import petals fails with ModuleNotFoundError. Then reinstall and test.

from petals.

poedator avatar poedator commented on May 25, 2024

thank you for exploring this, @lacksfish. I hope that the problem stays in the past with 2.2.0.

from petals.

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.