Git Product home page Git Product logo

Comments (6)

iiSeymour avatar iiSeymour commented on September 25, 2024

Hey @lucacozzuto wheel is specified in the requirements.txt file.

Was this issue seen when following the quickstart and can you post the resulting error?

from bonito.

lucacozzuto avatar lucacozzuto commented on September 25, 2024

Hi!

when running pip install -r requirements.txt
I got:

Collecting toml==0.10.0
  Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting tqdm==4.31.1
  Downloading https://files.pythonhosted.org/packages/6c/4b/c38b5144cf167c4f52288517436ccafefe9dc01b8d1c190e18a6b154cd4a/tqdm-4.31.1-py2.py3-none-any.whl (48kB)
     |████████████████████████████████| 51kB 764kB/s 
Collecting torch==1.3.1
  Downloading https://files.pythonhosted.org/packages/88/95/90e8c4c31cfc67248bf944ba42029295b77159982f532c5689bcfe4e9108/torch-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (734.6MB)
     |████████████████████████████████| 734.6MB 12kB/s 
Collecting wheel==0.33.6
  Using cached https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl
Collecting parasail==1.1.19
  Downloading https://files.pythonhosted.org/packages/a1/51/dfacc4be8e29d5df99700b7255abeae81f5381ed6520c46c041a596b7e9d/parasail-1.1.19.tar.gz (71kB)
     |████████████████████████████████| 81kB 3.8MB/s 
    ERROR: Command errored out with exit status 1:
     command: /nfs/users2/bi/lcozzuto/bonito/venv3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1e3degqr/parasail/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1e3degqr/parasail/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-1e3degqr/parasail/pip-egg-info
         cwd: /tmp/pip-install-1e3degqr/parasail/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-1e3degqr/parasail/setup.py", line 18, in <module>
        from wheel.bdist_wheel import bdist_wheel as bdist_wheel_
    ModuleNotFoundError: No module named 'wheel'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

thanks.

from bonito.

iiSeymour avatar iiSeymour commented on September 25, 2024

Can you install wheel first with pip install wheel then try the pip install -r requirements.txt.

Strange as the output suggests you already have a copy of wheel. I will try and reproduce this.

Collecting wheel==0.33.6
  Using cached https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl

from bonito.

lucacozzuto avatar lucacozzuto commented on September 25, 2024

Yes If I install wheel before it goes through (for this I thought that wheel was not in the requirements).

L

from bonito.

iiSeymour avatar iiSeymour commented on September 25, 2024

I've added wheel to installation to the quickstart.

from bonito.

iiSeymour avatar iiSeymour commented on September 25, 2024

Wheel was required prior to installing the requirements to build parasail but this is no longer the case since jeffdaily/parasail-python#11

from bonito.

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.