mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-11 12:30:30 +08:00
42 lines
851 B
Markdown
42 lines
851 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve.
|
|
title: ''
|
|
labels: bug
|
|
assignees: twopirllc
|
|
|
|
---
|
|
|
|
**Which version are you running? The lastest version is on Github. Pip is for major releases.**
|
|
```python
|
|
import pandas_ta as ta
|
|
print(ta.version)
|
|
```
|
|
|
|
**Do you have _TA Lib_ also installed in your environment?**
|
|
```sh
|
|
$ pip list
|
|
```
|
|
|
|
**Did you upgrade? Did the upgrade resolve the issue?**
|
|
```sh
|
|
$ pip install -U git+https://github.com/twopirllc/pandas-ta
|
|
```
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Provide sample code.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
Thanks for using Pandas TA!
|