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

Help with camelot installation using poetry #499

Open
bhishanpdl opened this issue Aug 22, 2023 · 0 comments
Open

Help with camelot installation using poetry #499

bhishanpdl opened this issue Aug 22, 2023 · 0 comments

Comments

@bhishanpdl
Copy link

I have recently known about camelot and wanted to give it a try. I tried to create a new environment using poetry and run a sample file, but the installation took hours resolving the dependencies and I finally exited the installation process.

Have any of the developers installed camelot using poetry?
I would truly appreciate if I could install the module.

My pyproject.toml file (I tried both python 3.11 and 3.7) and None worked

[tool.poetry]
name = "src"
version = "0.1.0"
description = "Project description"
authors = ["Bhishan Poudel"]

[tool.poetry.dependencies]
python = "^3.7"

camelot-py = { version = "*", extras = ["cv"] }


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Steps

# first activate the python 3.7 environment
python --version # 3.7.9
cd to_path_where_we_have_pyproject.toml_file_exists
poetry install # this command took me hours to revolve dependencies and could not   create the environment

# I would appreciate if we could somehow install camelot using poetry
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