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.

requirements-gpu.txt leads constantly to a problem

See original GitHub issue

Hi, I want to install the NM on a new venv, but come to the same issue every time: `Collecting distribute (from pyter==0.2.2.1->-r requirements-gpu.txt (line 7)) Using cached distribute-0.7.3.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-build-kbc4qwoo/distribute/setuptools/init.py”, line 2, in <module> from setuptools.extension import Extension, Library File “/tmp/pip-build-kbc4qwoo/distribute/setuptools/extension.py”, line 5, in <module> from setuptools.dist import _get_unpatched File “/tmp/pip-build-kbc4qwoo/distribute/setuptools/dist.py”, line 7, in <module> from setuptools.command.install import install File “/tmp/pip-build-kbc4qwoo/distribute/setuptools/command/init.py”, line 8, in <module> from setuptools.command import install_scripts File “/tmp/pip-build-kbc4qwoo/distribute/setuptools/command/install_scripts.py”, line 3, in <module> from pkg_resources import Distribution, PathMetadata, ensure_directory File “/tmp/pip-build-kbc4qwoo/distribute/pkg_resources.py”, line 1518, in <module> register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider) AttributeError: module ‘importlib._bootstrap’ has no attribute 'SourceFileLoader

----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-kbc4qwoo/distribute/ ` Somebody already seen this?

Best, Stoyan

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
jindrahelclcommented, Oct 2, 2017

Ok try to easy_install distribute

0reactions
marcwwwcommented, Apr 10, 2019

Ok try to easy_install distribute

‘easy_install distribute’ then ‘pip install pyter’ works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

requirements.txt - How to mark alternative packages
The problem that I am having is that if I put tensorflow in requirements. txt then in order to run with GPU acceleration,...
Read more >
How exactly to use GPU with KeyBERT? · Issue #108 - GitHub
I'm trying to extract keywords and keyphrases from around 20k abstracts of journal articles. The FAQ mentions that it is recommended to use...
Read more >
What Causes Graphics Card Failure?
Stuttering: If your computer screen is repeatedly freezing up, dropping frames, or stuttering, it may be an indicator of card failure. However, ...
Read more >
Black screen at boot after Nvidia driver installation on Ubuntu ...
This is the procedure for and sequence of commands to install Nvidia-410 for GeForce RTX 2070: 1) sudo apt-get purge nvidia* 2) sudo...
Read more >
Why Is Your GPU So Hot? 11 Reasons and Solutions
Using incompatible software that consistently overworks the graphics card can lead to overheating. Some of these persistent problems may cause ...
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