I have Python 3.9 installed in Windows 10 on my Laptop and have installed pipenv v-2021.11.5. When I invoke the python shell command, it fails with thee following errors:
C:\Users\SPM\Apps\Spyder-5.2.1>pipenv shell Traceback (most recent call last): File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Python39\Scripts\pipenv.exe\__main__.py", line 7, in <module> File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 1137, in __call__ return self.main(*args, **kwargs) File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 1062, in main rv = self.invoke(ctx) File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 1668, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 763, in invoke return __callback(*args, **kwargs) File "C:\Python39\lib\site-packages\pipenv\vendor\click\decorators.py", line 84, in new_func return ctx.invoke(f, obj, *args, **kwargs) File "C:\Python39\lib\site-packages\pipenv\vendor\click\core.py", line 763, in invoke return __callback(*args, **kwargs) File "C:\Python39\lib\site-packages\pipenv\cli\command.py", line 419, in shell do_shell( File "C:\Python39\lib\site-packages\pipenv\core.py", line 2309, in do_shell shell = choose_shell() TypeError: choose_shell() missing 1 required positional argument: 'project' Stephen P. Molnar, Ph.D. (614)312-7528 Skype: smolnar1 -- https://mail.python.org/mailman/listinfo/python-list