Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
297 views

I'm trying to automate intraday financial analysis using OpenRouter's free models. My Python script rotates through several LLM endpoints, sending a prompt about a stock's symbol, change, and closing ...
Ad Du's user avatar
  • 1
-1 votes
1 answer
94 views

Since replit has started charging for collaborative IDE's i've been trying to explore good alternatives. I am experiencing NZEC error when trying to run a simple program such as: answer = "" ...
wattwatt789's user avatar
0 votes
1 answer
69 views

I recently got Ubuntu in my laptop. I installed the cosmographia version 4.2 for Linux. After installation the cosmographia runs when run using the installer GUI. However after shutting down this ...
NIKITA SEHRAWAT's user avatar
1 vote
0 answers
366 views

I've Debian 12 (PRETTY_NAME="Debian GNU/Linux 12 (bookworm)") installed on WSL2. And I'm trying to install Python3.5.4, but everytime I try that I get a segmentation fault error. I've tried ...
Ñhosko's user avatar
  • 835
0 votes
0 answers
90 views

I am trying to run a simple flask application with python3.5 but getting below error. SyntaxError: future feature annotations is not defined i have installed the latest version of flask using below ...
Rajnish Kumar Soni's user avatar
1 vote
1 answer
296 views

I am trying the following code but it gives 401 error: headers = { "Authorization": f"OAuth oauth_consumer_key={consumer_key},oauth_token={access_token},...
Volatil3's user avatar
  • 15.1k
0 votes
0 answers
494 views

I am trying to install object-detection library using cmd but having an issue I tried pip install object-detection I am getting this error ERROR: Ignored the following versions that require a ...
Sivani's user avatar
  • 1
-1 votes
1 answer
441 views

In order to install older version of keras, tensorflow 1.10.0 is needed. That should solve compatibility issues with an algorithm I am trying to run. TO be able to install these older versions of ...
Kenan Morani's user avatar
1 vote
1 answer
299 views

I want to access alb logs in my django code,i am trying to use athena query to get the logs for which i am connecting to athena client using boto3 version 1.3.1 to query into athena using python This ...
Sagar Gupta's user avatar
0 votes
0 answers
56 views

I am matching 2 dictionaries with their keys and values but after giving it same items the output is coming false, I have to check it both key and value and if its true it should print true or givr ...
Khangesh Matte's user avatar
0 votes
2 answers
33 views

You init a 2-d matrix like this board = [[0] * width for _ in range(height)] Instead of board = [[0] * width] * height as it creates the list once and every row references the same list. Is it not ...
Abhishek Bhatia's user avatar
0 votes
3 answers
260 views

write a python program to print sum of 3 consecutive numbers in a range in a list. for example we take input n = 8 so the program will print [1+2+3,2+3+4,3+4+5,4+5+6+,5+6+7,6+7+8] means the output ...
Shri's user avatar
  • 21
1 vote
2 answers
8k views

I was trying to install beautifulsoup using pip and then there was a message that asked me to update pip so i did then when i run the code with beautiful soup it gives me a syntax error here is the ...
Tasneem Hosaam's user avatar
0 votes
1 answer
1k views

I was trying to run the main.py but it threw an error about attribution. My Python version is Python 3.5. I am using the CNTK Docker release 2.6-cpu-python3.5. I cannot update the Python version ...
Hanson Deck's user avatar
0 votes
1 answer
874 views

I would like to get the excel file whose name ends with"_updated" string in my current working directory. For this I am running below code. However, since I have 3 xlsx file, below code is ...
biggboss2019's user avatar

15 30 50 per page
1
2 3 4 5
226