GithubHelp home page GithubHelp logo

Comments (3)

QU35T-code avatar QU35T-code commented on August 31, 2024

Hello,

I have the same issue when I try to install with pipx.

  • Python 3.9.2
root@06e75cdfbbd5:/# python3 -m pipx install git+https://github.com/blacklanternsecurity/MANSPIDER

Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.9/dist-packages/pipx/__main__.py", line 14, in <module>
    sys.exit(cli())
  File "/usr/local/lib/python3.9/dist-packages/pipx/main.py", line 819, in cli
    return run_pipx_command(parsed_pipx_args)
  File "/usr/local/lib/python3.9/dist-packages/pipx/main.py", line 202, in run_pipx_command
    return commands.install(
  File "/usr/local/lib/python3.9/dist-packages/pipx/commands/install.py", line 60, in install
    venv.install_package(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv.py", line 244, in install_package
    self._update_package_metadata(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv.py", line 318, in _update_package_metadata
    venv_package_metadata = self.get_venv_metadata_for_package(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv.py", line 300, in get_venv_metadata_for_package
    venv_metadata = inspect_venv(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv_inspect.py", line 251, in inspect_venv
    app_paths_of_dependencies = _dfs_package_apps(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv_inspect.py", line 142, in _dfs_package_apps
    app_paths_of_dependencies = _dfs_package_apps(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv_inspect.py", line 121, in _dfs_package_apps
    dependencies = get_package_dependencies(
  File "/usr/local/lib/python3.9/dist-packages/pipx/venv_inspect.py", line 54, in get_package_dependencies
    for req in map(Requirement, dist.requires or []):
  File "/usr/local/lib/python3.9/dist-packages/packaging/requirements.py", line 37, in __init__
    raise InvalidRequirement(str(e)) from e
packaging.requirements.InvalidRequirement: Expected closing RIGHT_PARENTHESIS
    extract-msg (<=0.29.*)

from manspider.

TheTechromancer avatar TheTechromancer commented on August 31, 2024

This is due to an issue in our upstream dependency textract, which has fallen into disrepair. I am working on fixing it.

A pull request to fix the issue has been open for nearly a year now, without any activity: deanmalmgren/textract#433.

from manspider.

TheTechromancer avatar TheTechromancer commented on August 31, 2024

This is fixed in 0dc16db.

from manspider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.