Skip to content

The hardcoded version v0.6.0-517b819 is not found #2

Description

@Tsovak

The hardcoded version v0.6.0-517b819 is not found

step to reproduce:

  • pip install install-ifcopenshell-python
  • python -m install_ifcopenshell_python
root@faec4962706c:/# pip install install-ifcopenshell-python
Collecting install-ifcopenshell-python
  Downloading install_ifcopenshell_python-0.1.0-py3-none-any.whl (6.0 kB)
Installing collected packages: install-ifcopenshell-python
Successfully installed install-ifcopenshell-python-0.1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

[notice] A new release of pip is available: 23.0.1 -> 23.3.1
[notice] To update, run: pip install --upgrade pip
root@faec4962706c:/# python -m install_ifcopenshell_python
Getting arguments...
Arguments: system='linux', architecture='64', python_version='310'
Checking if url is valid...
https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-310-v0.6.0-517b819-linux64.zip
Given url is not valid
Error:  https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-310-v0.6.0-517b819-linux64.zip : HTTP Error 404: Not Found
Downloading ifcopenshell...
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.10/site-packages/install_ifcopenshell_python/__main__.py", line 211, in <module>
    main()
  File "/usr/local/lib/python3.10/site-packages/install_ifcopenshell_python/__main__.py", line 177, in main
    urllib.request.urlretrieve(url, zip_filename)
  File "/usr/local/lib/python3.10/urllib/request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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