question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Difficulty installing the package dependencies

See original GitHub issue

I can install torch-geometric itself but when I try to run ~$ pip install --verbose --no-cache-dir torch-scatter I get the error below. Updated cmake, setuptools, wheel and pip. Not what else to try.

Environment

  • OS: Ubuntu18.04
  • Python version: 3.7
  • PyTorch version: 1.10
  • CUDA/cuDNN version: None
  • Any other relevant information: Installed in anaconda environment, majority of packages installed using conda

Error: https://pastebin.com/Aj9aS11a

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, Jul 30, 2019

Surely not expected, but I do not have much influence on this either 😃

1reaction
rusty1scommented, Jul 29, 2019

You do not have g++ installed, so please install the Ubuntu developer suite.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Install and Correct Dependencies Issues in Ubuntu
A corrupted package database or packages that were broken or not installed properly can cause this problem. This option uses the autoremove flag ......
Read more >
How to fix the dependency error when installing a package ...
You need to first Update and Upgrade APT. Run sudo apt-get update && sudo apt-get upgrade . Then clean unneccessary packages with sudo ......
Read more >
Difficulty installing the package dependencies · Issue #576
I can install torch-geometric itself but when I try to run ~$ pip install --verbose --no-cache-dir torch-scatter I get the error below.
Read more >
How to Prevent and Fix Package Dependency Errors in ...
Package dependency errors can occur in Ubuntu after installing some apps. Decisions made by users during installation or system level problems out of ......
Read more >
NPM doesn't install module dependencies
I had an issue where manually installing a package had created a package-lock.json file after updating to node 8.0.0 and npm 5.0.0. After...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found