Replies: 2 comments
-
Fix your environment: Install pip. If there's no network available, you can still download the packages from PyPI and install those using pip. |
Beta Was this translation helpful? Give feedback.
0 replies
-
try with poetry if the pip is not working using a Package manager has many advantages over doing it manually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to install Flask package manually but there is no setup.py inside the folder (where i got the file from https://pypi.org/project/Flask/)
i am trying to install package on the server but server does not take pip install flask command so i have been installing packages manually with setup.py but this is missing in the file.
How can i install it manually??
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions