python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does this lazrs wheel fail installing on Python3.6 Linux
I'm trying to install the lazrs wheel in a Docker image. It uses a variant of Ubuntu 16.04 and Python 3.6. There is a wheel for this version, but it fails installing with the message:
$ /usr/bin/pytho...
Arthur
Votes: 0
Answers: 0
Amazon SageMaker ScriptMode Long Python Wheel Build Times for CUDA Components
I use PyTorch estimator with SageMaker to train/fine-tune my Graph Neural Net on multi-GPU machines.
The requirements.txt that gets installed into the Estimator container, has lines like:
torch-scatte...
fierval
Votes: 0
Answers: 2
ERROR: failed building wheel when installing spectral-cube (astropy)
I'm trying to install the package spectral-cube from the astropy project using pip (22.0.4). I get a long error which ends with this:
note: This error originates from a subprocess, and is likely not ...
Alex P
Votes: 0
Answers: 1
import module after pip install wheel
I have a customized built module, lets call it abc, and pip install /local_path/abc-0.1-py3-none-any.whl. Installation is correct,
>>pip install dist/abc-0.1-py3-none-any.whl
Processing ./dist/a...
galaxyan
Votes: 0
Answers: 1