Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Installation failed issue. #134

@Joevaen

Description

@Joevaen

Hi, a newbie here.I encountered some problems.
When I installed, urllib.error.HTTPError: HTTP Error 403: SSL is requiredoccured.
So I change DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"to DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/". It worked and error disappeared.
But new error happened
Traceback (most recent call last): File "setup.py", line 11, in <module> use_setuptools() File "/home/qiao/Software/dicompyler-0.4.2/distribute_setup.py", line 145, in use_setuptools return _do_download(version, download_base, to_dir, download_delay) File "/home/qiao/Software/dicompyler-0.4.2/distribute_setup.py", line 125, in _do_download _build_egg(egg, tarball, to_dir) File "/home/qiao/Software/dicompyler-0.4.2/distribute_setup.py", line 99, in _build_egg _extractall(tar) File "/home/qiao/Software/dicompyler-0.4.2/distribute_setup.py", line 467, in _extractall self.chown(tarinfo, dirpath) TypeError: chown() missing 1 required positional argument: 'numeric_owner'
What should I do? Thanks a lot!
Best wishes,
Joevaen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions