Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
28 views

Why isn't setup.py working on google colab?

I was trying to use pip install to run MusicVAE on google colab. However, the setup code did not work, returning this error: error: subprocess-exited-with-error × python setup.py egg_info did not ...
leofmy's user avatar
  • 1
0 votes
0 answers
39 views

Need to manually copy new modules to /dist-packages/ after installing a Python package

I made private clones of two repos on Github to test new functionality that I’m exploring on Google Colab. In the first cell of my Google Colab notebooks, I have the following code which clones my ...
Rodrigo Ferreira da Rosa's user avatar
1 vote
2 answers
4k views

ERROR: Could not build wheels for gensim, which is required to install pyproject.toml-based projects, How can I resolve this in google colab

The Error is appearing when I tried to install nlg-eval package using the command: !pip install git+https://github.com/Maluuba/nlg-eval.git@master I tried installing wheels explicitly before ...
Deepika M's user avatar
1 vote
1 answer
318 views

No module named pip

Conda environment I'm creating the following conda environment by conda env create -f environment.yml. The environment.yml file content is: name: deep3d_pytorch channels: - pytorch - conda-forge ...
Megidd's user avatar
  • 7,649
0 votes
0 answers
107 views

import Colab Python Error: subprocess-exited-with-error

When I try to install Colab (via. pip), I get the following error: `(.venv) PS F:\PythonProject\Übeersetzung_KI> pip install colab Collecting colab Using cached colab-1.13.5.tar.gz (567 kB) ...
zGamerZz's user avatar
0 votes
0 answers
227 views

How to fix ERROR: No matching distribution found for tensorflow-quantum

when i'm trying to install tensorflow-quantum in Colab pip install tensorflow-quantum==0.7.2 i got this error all the time, even after changing the version of python, and all solution given in ...
Harroum Alaa's user avatar
0 votes
0 answers
55 views

I can't understand why this is giving me module error in colab [duplicate]

I am doing a project for learning. I have a got a code, but when I run that code in Google Colab, I got some error. It says module not found. I am attaching the code and error message. Please help me ...
Mehthab PK's user avatar
0 votes
2 answers
308 views

Building wheels for collected packages: torch-sparse takes a lot of time colab

I am looking at this colab notebook: https://colab.research.google.com/drive/132hNQ0voOtTVk3I4scbD3lgmPTQub0KR?usp=sharing#scrollTo=hNERp-_xs27y It uses Pytorch Geometric Temproal for temporal GNN ...
Pietro Lodi Rizzini's user avatar
0 votes
1 answer
35 views

Having an error while using diffcse for sentence embedding

I'm trying to use DiffCSE for sentence embedding in a Colab notebook provided by the community, but I'm encountering an error while installing the dependencies. Building wheel for transformers (...
dhananjay sangle's user avatar
0 votes
1 answer
1k views

Unable to pip install google-colab: Preparing metadata (pyproject.toml) did not run successfully

I'm trying to pip install google-colab, but get the following message: ´´´ Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... ...
Lucija Fekonja's user avatar
0 votes
0 answers
72 views

Google colab, pip install macest

I would like to install the macest package in google colab. For this purpose, I use the command pip install macest but during installation I receive this error: Collecting macest Downloading macest-...
Karol's user avatar
  • 11
0 votes
1 answer
339 views

Error installing Mesh-to-SDF using pip in Python

I am trying to install Mesh-to-SDF but I get an error that I believe is related to installing scikit-learn (sklearn). !pip install mesh-to-sdf and the error is: Collecting mesh-to-sdf Using cached ...
mAz's user avatar
  • 3
0 votes
1 answer
1k views

How to install chatterbot in google colab

I plan to install Chatterbot in Google Colab, but I have been unable to install it. I have been getting errors when using !pip install chatterbot directly. Below are screenshots of my code and the ...
Kevin Liang's user avatar
5 votes
1 answer
799 views

Installing google-colab with anaconda and pip throws an error in pandas setup command

I need to install google-colab and I keep having various issues with the task. Current version of python is 3.11.5 on Win11, pip version 23.3, conda is 23.10.0. I get the following error on my ...
user159941's user avatar
0 votes
0 answers
431 views

Horovod instalation in Google Collab

i've tried many different versions with: !pip install horovod==0.26.1 and also: !HOROVOD_WITH_TENSORFLOW=1 pip install horovod[tensorflow] --no-cache-dir horovod Always gets the same error: ...
MarcosP's user avatar

15 30 50 per page
1
2 3 4 5
9