We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pandas-market-calendars is required to run terminal.py It is in requirements-full.txt but not in requirements.txt
I just used pip install -r requirements.txt in Linux instead of using anaconda
The text was updated successfully, but these errors were encountered:
Hey @hurricane-dorian
Have you tried using poetry for dependency management? We've adopted poetry for this project and everyone seems to like it.
poetry
In the project root in your venv (or other python environment) you can do:
pip install poetry poetry install
and poetry will install all the requirements from the .lock file.
The requirements.txt that are in the repo might be lagging behind poetry.lock a bit
Sorry, something went wrong.
In poetry.lock "pandas-market-calendars" is marked as a dev package but it is required to run
That's a good catch! Thanks a lot. This issue will be closed once the PR is merged
piiq
Successfully merging a pull request may close this issue.
pandas-market-calendars is required to run terminal.py
It is in requirements-full.txt but not in requirements.txt
I just used pip install -r requirements.txt in Linux instead of using anaconda
The text was updated successfully, but these errors were encountered: