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

error on pip install: 'ModuleNotFoundError: No module named 'markdown'' #580

Open
sbenthall opened this issue Mar 25, 2023 · 0 comments
Open
Assignees

Comments

@sbenthall
Copy link
Collaborator

pip installing the current bigbang package in a clean environment gets the following erro. Related to #569

$ pip install bigbang
Collecting bigbang
  Downloading bigbang-0.1.9.tar.gz (1.3 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [8 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-f4kta6az/bigbang_190e627b8d66406ebcb4f5db4f83189e/setup.py", line 2, in <module>
          from bigbang import __version__ as version
        File "/tmp/pip-install-f4kta6az/bigbang_190e627b8d66406ebcb4f5db4f83189e/bigbang/__init__.py", line 1, in <module>
          from markdown import markdown
      ModuleNotFoundError: No module named 'markdown'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
WARNING: You are using pip version 22.0.4; however, version 23.0.1 is available.
You should consider upgrading via the '/home/sb/projects/tmp/bigbing-pip-test/bigbang-tmp-venv/bin/python3 -m pip install --upgrade pip' command.
@sbenthall sbenthall self-assigned this Mar 25, 2023
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

1 participant