WilliamHPNielsen / limnos

Other
0 stars 0 forks source link

Include missing dependencies in Pipfile #2

Open petterbejo opened 3 years ago

petterbejo commented 3 years ago

For some reason, nbclient and prompt-toolkit are not always installed along with Jupyter. This means it will not be possible to run notebooks. I got the following error message:

Ignoring nbclient: markers 'python_full_version >= "3.6.1"' don't match your environment Ignoring prompt-toolkit: markers 'python_full_version >= "3.6.1"' don't match your environment

Therefore I suggest that nbclient and prompt-toolkit are included in the Pipfile.

WilliamHPNielsen commented 3 years ago

This issue seems related: https://github.com/pypa/pipenv/issues/4556

jeppetrost commented 3 years ago

Installing in PyCharm I was missing colorama. This could be added as well.

WilliamHPNielsen commented 3 years ago

@jeppetrost, can you outline what happened in more detail? You ran pipenv install (or some magic pycharm command?), then what happened? How did you resolve it in the end?

jeppetrost commented 3 years ago

Yes - new pipenv environment in pycharm. Resolved by simply installing it separately.

matteius commented 2 years ago

@petterbejo No provided Pipfile or testing instructions makes this hard to triage. Could you update the ticket as it pertains to 2022.1.8 and instructions to test?

EDIT: I left the pipenv reservation to another project thinking this was a pipenv issue, so feel free to ignore me.