Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install not working on windows #15

Open
tarickarnold opened this issue Mar 25, 2024 · 0 comments
Open

Install not working on windows #15

tarickarnold opened this issue Mar 25, 2024 · 0 comments

Comments

@tarickarnold
Copy link

(LowCodeLab) C:\Users\arnol>pip install feedsearch-crawler
Collecting feedsearch-crawler
Using cached feedsearch_crawler-1.0.3-py3-none-any.whl.metadata (9.6 kB)
Collecting aiodns<3.0.0,>=2.0.0 (from feedsearch-crawler)
Using cached aiodns-2.0.0-py2.py3-none-any.whl.metadata (3.3 kB)
Collecting aiohttp<4.0.0,>=3.7.4 (from feedsearch-crawler)
Using cached aiohttp-3.9.3-cp312-cp312-win_amd64.whl.metadata (7.6 kB)
Requirement already satisfied: beautifulsoup4<5.0.0,>=4.9.3 in c:\users\arnol\anaconda3\envs\lowcodelab\lib\site-packages (from feedsearch-crawler) (4.12.2)
Collecting brotlipy<0.8.0,>=0.7.0 (from feedsearch-crawler)
Using cached brotlipy-0.7.0-cp35-abi3-win_amd64.whl.metadata (2.9 kB)
Collecting cchardet<3.0.0,>=2.1.7 (from feedsearch-crawler)
Using cached cchardet-2.1.7.tar.gz (653 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: feedparser<7.0.0,>=6.0.10 in c:\users\arnol\anaconda3\envs\lowcodelab\lib\site-packages (from feedsearch-crawler) (6.0.11)
Requirement already satisfied: python-dateutil<3.0.0,>=2.8.1 in c:\users\arnol\anaconda3\envs\lowcodelab\lib\site-packages (from feedsearch-crawler) (2.8.2)
Collecting uvloop<0.16.0,>=0.15.2 (from feedsearch-crawler)
Using cached uvloop-0.15.3.tar.gz (2.1 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\arnol\AppData\Local\Temp\pip-install-_um_7w5k\uvloop_09230d31d6d04a549cefd474e06fe106\setup.py", line 8, in
raise RuntimeError('uvloop does not support Windows at the moment')
RuntimeError: uvloop does not support Windows at the moment
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant