Madhavan

Results 37 comments of Madhavan

@marquiswang please see the merge strategy here -> https://github.com/datastax/spark-cassandra-connector/blob/master/doc/developers.md#merge-path

Hi @alexflav23, are there any work being done to support the latest DSE Cassandra Java Drivers? I see #918 and #920 didn't have any movement.

Attempted to perform `rm -rf /Users/username/Library/Caches/langflow` followed by starting it via `python -m langflow run --env-file ~/langflow/.env` which yielded the below, ``` % python -m langflow run --env-file ~/langflow/.env /Users/username/.pyenv/versions/langflow/lib/python3.10/site-packages/langchain/_api/module_import.py:87:...

@isafulf could you take a look at this PR which is pending merge for sometime now? This is now used by many enterprises already and having this would be handy....

@smatiolids for workaround, you could add your token as below at `~/.astrarc`: ``` [default] ASTRA_DB_APPLICATION_TOKEN=AstraCS:Il...4b4de ```

@ogabrielluiz Please reopen this as this still doesn't work. See attached logs. [langflow_doesnt_want_to_install.txt](https://github.com/langflow-ai/langflow/files/14959132/langflow_doesnt_want_to_install.txt)

Even tried to invoke it using `sudo` without any luck, ``` (langflow) username@langflow langflow % sudo python -m langflow run [04/11/24 11:01:37] ERROR 2024-04-11 11:01:37 - ERROR - service -...

Thank you @ogabrielluiz. Should we re-open this issue or should we open a new one linking to this?

Performed `python -m pip install langflow --pre --force-reinstall -U` and then the below, but still received an error: ``` % python -m langflow run Starting Langflow v1.0.0a22... [04/15/24 12:18:29] ERROR...

Thanks @La-fe .. and try which step again? OK, let me retry last command above: Here is what I got: ``` % rm -rf /Users/USERNAME/Library/Caches/langflow (langflow) % pyenv deactivate %...