Failing build wheel for aiohttp?

Hi!

So I type "pip install openai" and the error in the picture appears.

I type "python -m pip install openai" and the error in the picture appears.

Can someone help me? I've already tried to install wheel with pip.

Thanks!

Good evening

(2 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
jo135
1 year ago

Can someone help me I have already tried to install wheel with pip

You can’t install “wheel”. A wheel is a Python package in a compilable format.

Here a C- or C++ building seems to fail. You can see in the documentation of the openai-wheel whether anything is to be installed on Windows here before or whether Windows is supported for it at all. Windows is often something special with such things.