Skip to content

failed to install from latest master branch #668

@x0day

Description

@x0day

steps:

pip install git+https://github.com/microsoft/playwright-python

or

pip install auditwheel
git clone https://github.com/microsoft/playwright-python
cd playwright-python
python setup.py bdist_wheel
removing build/bdist.macosx-10.9-x86_64/wheel
Traceback (most recent call last):
  File "setup.py", line 133, in <module>
    setup(
  File "/Users/x/.miniconda3/envs/py38/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
    return distutils.core.setup(**attrs)
  File "/Users/x/.miniconda3/envs/py38/lib/python3.8/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/Users/x/.miniconda3/envs/py38/lib/python3.8/distutils/dist.py", line 966, in run_commands
    self.run_command(cmd)
  File "/Users/x/.miniconda3/envs/py38/lib/python3.8/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "setup.py", line 120, in run
    with InWheel(
TypeError: __init__() got an unexpected keyword argument 'ret_self'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions