PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 18th of November, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:40:45] <ThiefMaster> after updating my install_requires (changing the exact version of a dependency), running a `pip install --use-feature=2020-resolver -e .` installs the new version but I get "ERROR: indico 3.0.dev0 requires Markdown==3.1.1, but you'll have markdown 3.3.3 which is incompatible" and the requirements in indico.egg-info/requires.txt (indico is the package the setup.py belongs to) are not updated
[09:40:52] <ThiefMaster> is this supposed to happen
[09:42:42] <ThiefMaster> basically it seems to ignore the fact that the requirements of that editable package changed since it was installed, and still uses the old requirements..
[09:42:48] <ThiefMaster> if i run `python setup.py egg_info` first it works fine though