Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
also, i am unable to upgrade to pip install ta-lib==0.6.0
(Pybroker39r) 11:42 ~ $ pip install ta-lib==0.6.0 <br /> Looking in links: /usr/share/pip-wheels Collecting ta-lib==0.6.0 Downloading ta_lib-0.6.0.tar.gz (371 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: setuptools in ./.virtualenvs/Pybroker39r/lib/python3.9/site-packages (from ta-lib==0.6.0) (75.8.0) Requirement already satisfied: numpy in ./.virtualenvs/Pybroker39r/lib/python3.9/site-packages (from ta-lib==0.6.0) (1.26.4) Building wheels for collected packages: ta-lib Building wheel for ta-lib (pyproject.toml) ... error error: subprocess-exited-with-error
Maybe report that on some ta-lib issue tracker.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
That's done for you.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
That's done for you.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
No problem, it's done.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
Ok. I have set that
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
Ok. I have set that
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
It's done.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
That's done
my always on code gives me below error even though the code works when i manually run it
Dec 22 19:33:51 import pandas as pd Dec 22 19:33:51 File "/home/rizpython236/.virtualenvs/Pybroker39r/lib/python3.9/site-packages/pandas/init.py", line 19, in <module> Dec 22 19:33:51 raise ImportError( Dec 22 19:33:51 ImportError: Unable to import required dependencies: Dec 22 19:33:51 numpy: Error importing numpy: you should not try to import numpy from Dec 22 19:33:51 its source directory; please exit the numpy source tree, and relaunch Dec 22 19:33:51 your python interpreter from there. Dec 22 19:43:53 Traceback (most recent call last): Dec 22 19:43:53 File "/home/rizpython236/BT5/trade_compiler.py", line 1, in <module> Dec 22 19:43:53 from cleanup import delete_large_files,delete_all_files_and_folders Dec 22 19:43:53 File "/home/rizpython236/BT5/cleanup.py", line 2, in <module> Dec 22 19:43:53 import pandas as pd Dec 22 19:43:53 File "/home/rizpython236/.virtualenvs/Pybroker39r/lib/python3.9/site-packages/pandas/init.py", line 19, in <module> Dec 22 19:43:53 raise ImportError( Dec 22 19:43:53 ImportError: Unable to import required dependencies: Dec 22 19:43:53 numpy: Error importing numpy: you should not try to import numpy from Dec 22 19:43:53 its source directory; please exit the numpy source tree, and relaunch Dec 22 19:43:53 your python interpreter from there. Dec 22 19:53:54 Traceback (most recent call last): Dec 22 19:53:54 File "/home/rizpython236/BT5/trade_compiler.py", line 1, in <module> Dec 22 19:53:54 from cleanup import delete_large_files,delete_all_files_and_folders Dec 22 19:53:54 File "/home/rizpython236/BT5/cleanup.py", line 2, in <module> Dec 22 19:53:54 import pandas as pd Dec 22 19:53:54 File "/home/rizpython236/.virtualenvs/Pybroker39r/lib/python3.9/site-packages/pandas/init.py", line 19, in <module> Dec 22 19:53:54 raise ImportError( Dec 22 19:53:54 ImportError: Unable to import required dependencies: Dec 22 19:53:54 numpy: Error importing numpy: you should not try to import numpy from Dec 22 19:53:54 its source directory; please exit the numpy source tree, and relaunch Dec 22 19:53:54 your python interpreter from there.
If your always on task behaves differently to a manually run task, ensure that you are using the same virtualenv and version of Python between the two. Also, the working directory may have an effect on the behaviour, but that is code dependent.
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
No problem. That's done
Please reset daily CPU usage timer at 6:30 pm (UTC) for my account
I keep getting this error in YFinance for all ticker symbols. This used to work earlier. How do i fix this "['SPRL.NS']: DNSError('Failed to perform, curl: (6) getaddrinfo() thread failed to start. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.')"
I keep getting this error in YFinance for all ticker symbols. This used to work earlier. How do i fix this "['SPRL.NS']: DNSError('Failed to perform, curl: (6) getaddrinfo() thread failed to start. See https://curl.se/libcurl/c/libcurl-errors.html first for more details.')"
Please reset daily CPU usage timer at 18:30 (UTC) for my account
For your YFinance question, it looks like you're trying to start a thread in a web app and that will not work. You cannot start threads in web apps.
I have reset your tarpit time.
Please reset daily CPU usage timer at 18:30 (UTC) for my account
Please reset daily CPU usage timer at 18:30 (UTC) for my account
Ok. That's done