Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

245
Views
¿Cómo solucionar `error: comando no válido 'bdist_wheel'`?

Intento instalar Watchman en Ubuntu 20.04.01:

 guettli@yoga15:~/tmp$ python3 -m venv pywatchman-test guettli@yoga15:~/tmp$ cd pywatchman-test guettli@yoga15:~/tmp/pywatchman-test$ . bin/activate (pywatchman-test) guettli@yoga15:~/tmp/pywatchman-test$ pip install pywatchman

falla:

 Collecting pywatchman Using cached pywatchman-1.4.1.tar.gz (29 kB) Building wheels for collected packages: pywatchman Building wheel for pywatchman (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/guettli/tmp/pywatchman-test/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-on_zbadt/pywatchman/setup.py'"'"'; __file__='"'"'/tmp/pip-install-on_zbadt/pywatchman/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-9np2rv_b cwd: /tmp/pip-install-on_zbadt/pywatchman/ Complete output (6 lines): usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' ---------------------------------------- ERROR: Failed building wheel for pywatchman Running setup.py clean for pywatchman Failed to build pywatchman Installing collected packages: pywatchman Running setup.py install for pywatchman ... done Successfully installed pywatchman-1.4.1

Encontré una manera de resolver esto: si desinstalo pywatchman e instalo wheel , funciona bien.

Me gustaría crear un parche para Watchman, para que esto funcione desde el primer momento.

¿Cómo podría solucionarse esto, para que en el futuro esto no suceda más?

Relacionado: https://github.com/facebook/watchman/issues/876

over 4 years ago · Hanz Gallego
1 answers
Answer question

0

Corriendo

 pip install wheel

o

 pip3 install wheel

resolvió el problema para mí

over 4 years ago · Hanz Gallego Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!