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.

Can't install on Windows/Anaconda/Python 3

See original GitHub issue

Collecting progressbar==2.3 (from -r requirements.txt (line 4)) Downloading progressbar-2.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File “<string>”, line 1, in <module> File “C:\Users\Dmitri\AppData\Local\Temp\pip-build-saceb6m0\progressbar\setup.py”, line 5, in <module> import progressbar File “c:\users\dmitri\appdata\local\temp\pip-build-saceb6m0\progressbar\progressbar__init__.py”, line 59, in <module> from progressbar.widgets import * File “c:\users\dmitri\appdata\local\temp\pip-build-saceb6m0\progressbar\progressbar\widgets.py”, line 121, in <module> class FileTransferSpeed(Widget): File “C:\Anaconda3\lib\abc.py”, line 133, in new cls = super().new(mcls, name, bases, namespace) ValueError: ‘format’ in slots conflicts with class variable

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

Command “python setup.py egg_info” failed with error code 1 in C:\Users\Dmitri\AppData\Local\Temp\pip-build-saceb6m0\progressbar\

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
nesterukcommented, Sep 11, 2016

That was an attempt with Python 3. With python 2, I managed to install all the libs, but now getting

C:\Dropbox\Projects\Open-Source\manim>python extract_scene.py -p example_scenes.py SquareToCircle
Traceback (most recent call last):
  File "extract_scene.py", line 183, in <module>
    main()
  File "extract_scene.py", line 162, in main
    module = get_module(config["file"])
  File "extract_scene.py", line 154, in get_module
    last_module = imp.load_module(".", *imp.find_module("."))
ImportError: No module named .
0reactions
eulertourcommented, Nov 27, 2018

Closing, as this issue is very old and inactive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting — Anaconda documentation
Solution. Open the Anaconda or Miniconda installation folder and run the .exe file uninstaller from that location. Uninstallation will complete without ...
Read more >
Why isn't Anaconda for Windows Installing Properly?
Anaconda installs and updates can silently fail due to conflicts with 3rd party antivirus (for me it's WebRoot ) programs.
Read more >
Installing Anaconda on Windows - Problem Solving with Python
Installing Anaconda on Windows · 1. Visit the Anaconda downloads page · 2. Select Windows · 3. Download · 4. Open and run...
Read more >
problem installing anaconda on windows 10 - only getting the ...
Things I tried: Installing it with adding path to the variable, no change. Installing it for all users: no change. Uninstalling all other ......
Read more >
How to fix anaconda installation error? - YouTube
This video explained how to fix the error: "You Cannot install Anaconda3 in this location. The Anaconda3 installer does not allow its ...
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 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