0

I am trying to use Python 3.7 to run an old project that I found on GitHub that hasn't been active in a while. I am running this only Arch Linux where my system python version is 3.10.4. When I try to use pipenv to create a virtual environment. I get an error showed in this https://pastebin.com/ufVagUQa . The command that I run is

pipenv --python 3.7
Vy Do
  • 46,709
  • 59
  • 215
  • 313
  • 1
    I think you can use pyenv to manage your py version. – Waket Zheng Jun 05 '22 at 02:07
  • Please take the time to format the error message to something readable, each _letter_ of the log was on a separate line. I only parsed the last line of the error log which gives a clue: "*AttributeError: module 'collections' has no attribute 'MutableMapping'*". It seems whichever module/library you are using does not yet support Python 3.10, which [removed `MutableMapping` from `collections`](https://stackoverflow.com/a/70870087/2745495). – Gino Mempin Jun 05 '22 at 02:35
  • 1
    Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 05 '22 at 02:36

0 Answers0