I'm new to using Python and after months of not using PyCharm and VirtualStudio. I needed to do some Python stuff. I don't know why, but I can't load and install any module. I need Bio module and I can't install it:
I tried to install it by cmd command using:
- C:\Python310\python.exe -m pip install Biopython
- pip install Biopython
- Other pip commands, but I got the same error
And this happened. I installed VisualStudio from Windows, but I can't install it yet.