Thursday, February 25, 2021

requirements.txt

Hello
I'm new to django and I've just finished my first website.
After pushing my project to github, I decided to take it live through my host's cpanel.
At the "Run Pip Install" button I encounter the below error:

Error
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/tmp/build/80754af9/attrs_1604765588209/work'

my requirements.txt file looks like this:

asgiref==3.3.1
atomicwrites==1.4.0
attrs @ file:///tmp/build/80754af9/attrs_1604765588209/work
certifi==2020.12.5
chardet==4.0.0
colorama @ file:///tmp/build/80754af9/colorama_1607707115595/work
Django==3.1.5
djangorestframework==3.12.2
idna==2.10
importlib-metadata @ file:///tmp/build/80754af9/importlib-metadata_1602276842396/work
iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work
more-itertools @ file:///tmp/build/80754af9/more-itertools_1613676688952/work
packaging @ file:///tmp/build/80754af9/packaging_1611952188834/work
pluggy==0.12.0
py @ file:///tmp/build/80754af9/py_1607971587848/work
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
pytest==6.2.2
pytz==2020.5
requests==2.25.1
six @ file:///C:/ci/six_1605205404068/work
sqlparse==0.4.1
toml @ file:///tmp/build/80754af9/toml_1592853716807/work
urllib3==1.26.3
wincertstore==0.2
zipp @ file:///tmp/build/80754af9/zipp_1604001098328/work



Please help
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/721f8f00-f630-4495-8e07-35da0de6292bn%40googlegroups.com.

No comments:

Post a Comment