We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just ran pip install hyperpython and got an error:
pip install hyperpython
ModuleNotFoundError: No module named 'markupsafe'
If I were to pip install markeupsafe, it would fail with sidekick.
markeupsafe
sidekick
I noticed that both are in the dependency list, and I haven't been able to figure out why they're not getting installed.
It turns out sidekick is also suffering from a similar issue, as it's failing to install toolz.
toolz
The text was updated successfully, but these errors were encountered:
Hey @Chris-May funny running into you here. 😄 I think we can consider this project inert. If you're interested in this kind of thing, let's chat.
Sorry, something went wrong.
No branches or pull requests
I just ran
pip install hyperpython
and got an error:If I were to pip install
markeupsafe
, it would fail withsidekick
.I noticed that both are in the dependency list, and I haven't been able to figure out why they're not getting installed.
It turns out
sidekick
is also suffering from a similar issue, as it's failing to installtoolz
.The text was updated successfully, but these errors were encountered: