When i try to install win32 module in ubuntu 20.04, i get some error line requirements not satisfied, what can i do?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

When i try to install win32 module in ubuntu 20.04, i get some error line requirements not satisfied, what can i do??

21st Jul 2020, 4:14 AM
Jinal Patel
3 Respostas
+ 1
Jinal Patel In my views first of all there should be a setup for installation Ubuntu 20.04 and other versions of Debian Linux ship with Python 3 pre-installed. To make sure that our versions are up-to-date, letā€™s update and upgrade the system with theĀ aptĀ command to work with Ubuntuā€™sĀ advancedĀ packagingĀ tool: Then after To manage software packages for Python, installĀ pip, a tool that will install and manage programming. See lastly in my views there should be a good virtual environment that contains the required things to install that. That's the reason you are getting error line. Hope this helpsšŸ‘
21st Jul 2020, 4:44 AM
Piyush
Piyush - avatar
0
So what error lines are they?
21st Jul 2020, 4:21 AM
Ming Mak
Ming Mak - avatar
0
Requirements not satisfied
21st Jul 2020, 4:22 AM
Jinal Patel