(venv) israasalameh@ISRAA-MacBook-Pro upchaar-web-master % python manage.py makemigrations
from .core import Markdown, markdown, markdownFromFile # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/israasalameh/Downloads/upchaar-web-master/venv/lib/python3.12/site-packages/markdown/core.py", line 26, in <module>
from . import util
File "/Users/israasalameh/Downloads/upchaar-web-master/venv/lib/python3.12/site-packages/markdown/util.py", line 85, in <module>
INSTALLED_EXTENSIONS = metadata.entry_points().get('markdown.extensions', ())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'EntryPoints' object has no attribute 'get'
#Could not run project: macOS
10 messages · Page 1 of 1 (latest)
this is not my own project, but I have install the github repo into my downloads and create venv and install requirements, then when I try to do makemigrations this error appear
Public project?
yes
I'd assume it's buggy until I see evidence otherwise 🙂
I have run the same project on windows and its all fine
so I think the problem with cffi package on mac
I was hinting at "If it is a public project, share the URL to it so we can look at the code/try to run it ourselves"