Scrapegraph-ai
Scrapegraph-ai copied to clipboard
pip install scrapegraphai for python3.12
Describe the bug pip install scrapegraphai throws error AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
To Reproduce setup python environment with 3.12
pip install scrapegraphai Expected behavior expectation: pip install runs without issues actual behaviour: pip install throws error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [33 lines of output]
Traceback (most recent call last):
File "/Users/johannwaldherr/code/envs/envllm312/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Screenshots
Desktop (please complete the following information):
- OS: macos
- python Version 3.12
Additional context
Try python 3.9
im having this problem aswell
I got the same on Win11 with fresh python 3.12
Hey there are some dependencies which are not working for python3.12 so for now we have limited the range to python>=3.9, <3.12