pipenv requires python 3.7 but installed version is 3.8 and won't install
问题 I know a litte of Python and more that a year ago I wrote a small script, using pipenv to manage the dependencies. Old platform was Windows 7, current platform is Windows 10. At that time I probably had Pyhton 3.7 installed, not I have 3.8.3 but running: pipenv install Complained that: Warning: Python 3.7 was not found on your system… Neither 'pyenv' nor 'asdf' could be found to install Python. You can specify specific versions of Python with: $ pipenv --python path\to\python This is the