-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Exception when trying to install & use following the README (pip alternative).
Describe your environment
- MacBook Pro 2023, M3
- Python 3.12.4
To Reproduce
- python3 -m venv ./venv
- source ./venv/bin/activate
- pip install emerge-viz
- emerge -a swift
The console will print a stack trace and the culprit:
ModuleNotFoundError: No module named 'pkg_resources'
Traceback (most recent call last):
File "..../venv/bin/emerge", line 5, in <module>
from emerge.main import run
File "..../venv/lib/python3.12/site-packages/emerge/main.py", line 8, in <module>
from emerge.appear import Emerge
File "..../venv/lib/python3.12/site-packages/emerge/appear.py", line 24, in <module>
from emerge.languages.pyparser import PythonParser
File "..../venv/lib/python3.12/site-packages/emerge/languages/pyparser.py", line 16, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Expected behavior
No exception.
Screenshots
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working