alphaveneno

Results 10 comments of alphaveneno

I can give you the info from 'Inspect", the console output of my web browsers: GET | scheme | https host | skin-bfu6.onrender.com filename | /   Address | 216.24.57.3:443 Response...

I have encountered this same error intermittently over the last year or so, usually involving some but not all stocks. Today (Sept 28, 2024) it involves all stocks. I can...

There is a bug in /lib/python3.11/site-packages/yfinance/cache.py Look at this block of code around line 374: ` try: data = _CookieSchema.get(_CookieSchema.strategy == strategy) cookie = _pkl.loads(data.cookie_bytes) return {'cookie':cookie, 'age':_datetime.datetime.now()-data.fetch_date} except _CookieSchema.DoesNotExist:...

### Dependencies and function calls This comment is relevant to at least installations made with _poetry_ I made two installations (remember to use _poetry install --no-init_ not _poetry install_), one...

> > 1. **original dependencies (with slight modification):** > > > > [tool.poetry.dependencies] python = ">=3.10.0,=0.11.0" python-dotenv = "1.0.0" markdown = "3.4.3" pymarkdownlnt = "0.9.15" mdurl = "^0.1.2" langchain-community =...

Let me try a different approach for sending pull request to you.

Pull request now made successfully. I have deleted this repository from my account: https://github.com/alphaveneno/python_installer and replaced it with this one, the source of the pull request: https://github.com/alphaveneno/python-scripts

Made a new pull request today. Added an install script for ArchLinux. Updated README file. Uninstall script now uninstalls virtual environments made with the 'venv' package from the version of...

Wondering if you might have the wrong tool decorator. instead of: from crewai_tools import tool try: from langchain.tools import tool Also it may help if you give it a hint,...