No module named 'candlestick.patterns'
See original GitHub issueHi!
Thank you for the good work on this package.
When I am trying to follow the example, it pops an error.
from candlestick import candlestick
df = candlestick.inverted_hammer(df, target='result')
Can you please help me with this issue? Thank you.
(Python3.8 in Windows.)
Traceback (most recent call last): File "C:\My Documents\Scripts\WSS 20200323\G.py", line 8, in <module> df = candlestick.inverted_hammer(df, target='result') File "C:\Python38\lib\site-packages\candlestick\candlestick.py", line 138, in inverted_hammer cndl = __create_object('InvertedHammer', target) File "C:\Python38\lib\site-packages\candlestick\candlestick.py", line 35, in __create_object return __get_class_by_name(class_name)(target=target) File "C:\Python38\lib\site-packages\candlestick\candlestick.py", line 27, in __get_class_by_name module = __load_module(mod_name) File "C:\Python38\lib\site-packages\candlestick\candlestick.py", line 19, in __load_module raise e File "C:\Python38\lib\site-packages\candlestick\candlestick.py", line 16, in __load_module module = __import__(module_path, fromlist=[super_module], level=0) ModuleNotFoundError: No module named 'candlestick.patterns' [Finished in 1.8s]
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
@subodh101 , superb! I’ve tried the update and it works! thank you! @dmtucker , thank you for the help too!
Woohoo 🎉 Thanks for that… I don’t have any special perms here, so @P-Rainbow will have to close.
Just be aware that uploading to PyPI makes the source code publicly available: https://pypi.org/project/candlestick-patterns-subodh101/#files