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

Requirements for running in venv? makefile outdated #1283

Open
lbm-services opened this issue Feb 12, 2024 · 1 comment
Open

Requirements for running in venv? makefile outdated #1283

lbm-services opened this issue Feb 12, 2024 · 1 comment
Labels

Comments

@lbm-services
Copy link

lbm-services commented Feb 12, 2024

Hi,
I wanted to test some changes in the source code. What is the entrypoint for running the sources?
I tried
python3 manuskript/main.py
as well as
cd manuskript && python3 main.py
with the same result:

Traceback (most recent call last):
  File "/home/hli/PycharmProjects/manuskript/manuskript/main.py", line 9, in <module>
    import manuskript.logging
ModuleNotFoundError: No module named 'manuskript'

makefile seems outdated, since there is no setup.py, see line 21:

compile:
	cd manuskript && python3 setup.py build_ext --inplace
@TheShadowOfHassen
Copy link
Contributor

To run manuskript you run bin/manuskript

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

No branches or pull requests

3 participants