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

Move benchmark.py to marker_benchmark.py #74

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ryansb
Copy link

@ryansb ryansb commented Jan 27, 2024

Marker produces the same top-level benchmark.py as one of its deps, texify. This PR adds a marker_ prefix to avoid the collision. Below, see an exerpted message from my install process with the conflicting versions.

.../lib/python3.10/site-packages/benchmark.py was provided by:
	...marker_pdf-0.1.3-py3-none-any.whl/benchmark.py
	...texify-0.1.8-py3-none-any.whl/benchmark.py

Marker produces the same top-level `benchmark.py` as one of its deps,
`texify`. This PR adds a `marker_` prefix to avoid the collision. Below,
see an exerpted message from my install process with the conflicting
versions.

```
.../lib/python3.10/site-packages/benchmark.py was provided by:
	...marker_pdf-0.1.3-py3-none-any.whl/benchmark.py
	...texify-0.1.8-py3-none-any.whl/benchmark.py
```
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

Successfully merging this pull request may close these issues.

1 participant