In PyCharm (python 3.10), pip install more-itertools==10.6.0 installs fine, but requirements.txt is showing "package more-itertools is not installed"
Answered
I verified in the venv/lib/python3.10/site-packages directory there are two directories
more_itertools
more_itertools-10.6.0.dist-info
both appear to be properly populated. There were no errors when running pip install more-itertools
Thanks
Please sign in to leave a comment.
I believe you're facing the following bug: https://youtrack.jetbrains.com/issue/PY-70490/requirements.txt-was-not-filled-correctly-after-install-new-packages
Please subscribe to receive updates.
In case you case a little different, feel free to create a new bug on YouTrack