Unable to Use in GCP
See original GitHub issueWhich version are you running? The lastest version is on Github. Pip is for major releases.
import pandas_ta as ta
pandas-ta>=0.2.23b
Upgrade.
$ pip install -U git+https://github.com/twopirllc/pandas-ta
Describe the bug A clear and concise description of what the bug is. Fails on Import To Reproduce import pandas_ta as ta ImportError: cannot import name ‘version’ from ‘pandas_ta’ (/env/local/lib/python3.7/site-packages/pandas_ta/init.py)
Expected behavior The Module to Load
Screenshots
Additional context Add any other context about the problem here.
Thanks for using Pandas TA!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Troubleshooting | Cloud Storage
Issue: Requests to a public bucket directly, or via Cloud CDN, are failing with a HTTP 401: Unauthorized and an Authentication Required response....
Read more >Not able to register for Google Cloud Platform Free Trial
I was trying to register for the Free Trial of Google Cloud Platform. However, after I filled up my data and credit card...
Read more >Fix payment and billing issues - Cloud Identity Help
Fix automatic payments within 30 days of a failed payment or your service will be suspended. Use this information to fix an issue...
Read more >Unable to use google-cloud in a GAE app - Stack Overflow
It looks like the only thing that is required is to include google-cloud into your project requirements.txt file.
Read more >Unable to use GCP Cloud Armor due to insufficient quota
Based on your service usage history, you are not eligible for quota increase at this time. Please make use of the current available...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @twopirllc - Yes! I had to upgrade the Python runtime to 3.8 and it worked without issue
@jboshers1,
Great! Glad to hear it was a simple fix.
Thanks, KJ