Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR:: --system is intended to be used for pre-existing Pipfile installation, not installation of specific packages. Aborting

I finished my django project.And ı want to deploy my project on aws.I pulled from github my project and then on virtual computer on aws(ubuntu) run pipenv install,I am getting this error every time.

ERROR:: --system is intended to be used for pre-existing Pipfile installation, not installation of specific packages. Aborting.

How can I fix that

like image 531
Muhammet Aydoğan Avatar asked Feb 02 '26 05:02

Muhammet Aydoğan


2 Answers

Please run this code.

pipenv --venv

A file directory is returned.This file is already collapsed by some reasons. So you delete this file and you remake it.

In my case, this way solves my problem.

like image 197
Haru Avatar answered Feb 03 '26 19:02

Haru


You can get information about any running virtual environments with

pipenv --venv

To end a virtual environment, run:

pipenv --rm

This solved the problem for me. Also, don't be afraid to leverage existing documentation with the --help tag.

like image 40
Alex Mayberry Avatar answered Feb 03 '26 18:02

Alex Mayberry



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!