Django app deployment on Heroku

2022-09-16 Thread Wilford Chidawanyika
Good day.

l need help on how to deploy my django project on Heroku

l am getting the below error when l push heroku master

Processing 
/C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi
remote:ERROR: Could not install packages due to an OSError: [Errno 
2] No such file or directory: 
'/C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi'
remote:
remote:  ! Push rejected, failed to compile Python app.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0b172e95-9173-49e7-8b5c-11f8ea397918n%40googlegroups.com.


Re: Django app deployment on Heroku

2022-09-18 Thread Joel Wembo
Seem like to get to have root certificate from your computer

On Friday, September 16, 2022 at 5:29:55 PM UTC+8 shodza...@gmail.com wrote:

> Good day.
>
> l need help on how to deploy my django project on Heroku
>
> l am getting the below error when l push heroku master
>
> Processing 
> /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi
> remote:ERROR: Could not install packages due to an OSError: [Errno 
> 2] No such file or directory: 
> '/C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi'
> remote:
> remote:  ! Push rejected, failed to compile Python app.
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9c41ad8c-b54f-4a40-a320-482079398f3cn%40googlegroups.com.


Re: Django app deployment on Heroku

2022-09-18 Thread Lakshyaraj Dash
Why do you want to deploy on heroku ??? If you've the premium subscription,
you can use it or else use railway or render to deploy app.

On Fri, Sep 16, 2022, 15:00 Wilford Chidawanyika 
wrote:

> Good day.
>
> l need help on how to deploy my django project on Heroku
>
> l am getting the below error when l push heroku master
>
> Processing
> /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi
> remote:ERROR: Could not install packages due to an OSError: [Errno
> 2] No such file or directory:
> '/C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi'
> remote:
> remote:  ! Push rejected, failed to compile Python app.
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/0b172e95-9173-49e7-8b5c-11f8ea397918n%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF7qQgA-AGT16UbJrnnNDmcz4ejQWzbY1soEP18_VJkpG2h8wA%40mail.gmail.com.


Re: Django app deployment on Heroku

2022-09-18 Thread Luciano Martins (luxu)
Use pipenv? I've seen errors like these for those who use it...

Em domingo, 18 de setembro de 2022 às 13:15:27 UTC-3, 
dashlaksh...@gmail.com escreveu:

> Why do you want to deploy on heroku ??? If you've the premium 
> subscription, you can use it or else use railway or render to deploy app.
>
> On Fri, Sep 16, 2022, 15:00 Wilford Chidawanyika  
> wrote:
>
>> Good day.
>>
>> l need help on how to deploy my django project on Heroku
>>
>> l am getting the below error when l push heroku master
>>
>> Processing 
>> /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi
>> remote:ERROR: Could not install packages due to an OSError: 
>> [Errno 2] No such file or directory: 
>> '/C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi'
>> remote:
>> remote:  ! Push rejected, failed to compile Python app.
>>
>> -- 
>>
> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/0b172e95-9173-49e7-8b5c-11f8ea397918n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cab00ae8-6278-4f1d-9674-8d72284f3c81n%40googlegroups.com.