Skip to content
New issue

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

Undeclared dependency on requests #3

Open
jdemeyer opened this issue Jul 13, 2018 · 3 comments
Open

Undeclared dependency on requests #3

jdemeyer opened this issue Jul 13, 2018 · 3 comments

Comments

@jdemeyer
Copy link

Traceback (most recent call last):
  File "/usr/local/src/sage-config/local/lib/python3.8/runpy.py", line 183, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/src/sage-config/local/lib/python3.8/runpy.py", line 109, in _get_module_details
    __import__(pkg_name)
  File "/tmp/mmt_jupyter_kernel/mmt_kernel/__init__.py", line 5, in <module>
    from .kernel import MMTKernel
  File "/tmp/mmt_jupyter_kernel/mmt_kernel/kernel.py", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
@kaiamann
Copy link
Collaborator

kaiamann commented Oct 4, 2018

Have you installed the requests module? If not, install it with pip install requests.

@jdemeyer
Copy link
Author

jdemeyer commented Oct 4, 2018

Have you installed the requests module?

No, I have not.

@tkw1536
Copy link
Contributor

tkw1536 commented Oct 10, 2018

@kaiamann you should add a requirements.txt file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants