You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that this is because of I don't have setuptools installed in my virtualenv, and installing it for Jupytext only seems like an overkill. Using packaging would allow people to just install packaging if needed.
Happy to make a PR if needed, but wanted to check-in first in case I'm missing something.
The text was updated successfully, but these errors were encountered:
Is there any reason why jupytext is using
pkg_resources.parse_version
overpackaging.version.parse
?Currently I am using Jupytext in a virtualenv, and I am trying to convert a
qmd
file into aipynb
notebook which results in the following error:My understanding is that this is because of I don't have
setuptools
installed in my virtualenv, and installing it for Jupytext only seems like an overkill. Usingpackaging
would allow people to just installpackaging
if needed.Happy to make a PR if needed, but wanted to check-in first in case I'm missing something.
The text was updated successfully, but these errors were encountered: