The pip install pandas will not be able to build the wheel.

Asked 2 years ago, Updated 2 years ago, 94 views

I'm a python beginner.

The environment is Windows 10, Python 3.8.0.I'm using VScode.

pip install pandas displays the following:

Could not build wheels for numpy, since package 'wheel' is not installed.
Could not build wheels for six, since package 'wheel' is not installed.

The Pandas installation is fine, but is it okay to ignore it?
Will there be a problem later?

python pandas pip

2022-09-30 16:34

1 Answers

https://stackoverflow.com/questions/61678445/could-not-build-wheels-since-package-wheel-is-not-installed
As it appears in ,

 pip install wheel

I think I can go there by .It's the same with django, but I've solved it too!


2022-09-30 16:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.