Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation failure #628

Closed
phil-marble opened this issue Oct 15, 2018 · 3 comments · Fixed by #629
Closed

installation failure #628

phil-marble opened this issue Oct 15, 2018 · 3 comments · Fixed by #629

Comments

@phil-marble
Copy link

phil-marble commented Oct 15, 2018

Collecting tqdm<5.0,>=4.11.2 (from moviepy<0.3.0,>=0.2.0)
  Downloading https://files.pythonhosted.org/packages/16/33/6d8bd6a7c4238f383426b7593bf05bfd6d9e1f10c3084b56c0f14d973754/tqdm-4.27.0-py2.py3-none-any.whl (44kB)
Installing collected packages: tqdm
  Found existing installation: tqdm 4.26.0
    Uninstalling tqdm-4.26.0:
      Successfully uninstalled tqdm-4.26.0
  Rolling back uninstall of tqdm
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 335, in run
    prefix=options.prefix_path,
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 732, in install
    **kwargs
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 837, in install
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1039, in move_wheel_files
    isolated=self.isolated,
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 376, in move_wheel_files
    clobber(source, dest, False, fixer=fixer, filter=filter)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 315, in clobber
    ensure_dir(destdir)
  File "/usr/lib/python2.7/dist-packages/pip/utils/__init__.py", line 83, in ensure_dir
    os.makedirs(path)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 2] No such file or directory: '/usr/local/man/man1'

I think you mean to install to: /usr/local/share/man/man1/

@casperdcl
Copy link
Member

are you using osx? If so see #460

@phil-marble
Copy link
Author

This is on Ubuntu Linux 16.04.05.

@casperdcl
Copy link
Member

I don't have this issue on 16(LTS). I guess you're not using a virtualenv or conda etc? Just system's built-in python? How are you installing tqdm? Using sudo pip or pip install --user?

casperdcl added a commit that referenced this issue Oct 20, 2018
Merge branch 'man'

- fixes #460
- fixes #628
- closes #629
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants