python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What should look like to be my requirements.txt file?
I want to deploy a python script on Heroku cloud via GitHub and I am using these python libraries, Module, API
from amazon_paapi import AmazonApi
import base64
import requests
import random
import tim...
sabnaj kabir Nila
Votes: 0
Answers: 1
Clients requirements on use case diagram
I want to create a use case diagram based on customer requirements (pnline food ordering system), which are for example
ensure on-time delivery
process and package orders
promote the pizza shop
How ...
PoloOlo
Votes: 0
Answers: 3
Why the pip dependency has been satisfied but the latest version is still reinstalled(pytorch)
I have two pip package A and B,A requires pytorch version==1.7.0,and B requires pytorch version >= 1.6.0. First I installed A, and my torch version become 1.7.0,then I installed B , but B installed...

pYW5n
Votes: 0
Answers: 0