Getting two unknown error while trying to upload my app to Heroku

user12970247

I've been the past 2 hours trying to deploy my app to Heroku but i'm getting a lot of errors. I have python 3.8.2 installed. Thanks in advance

remote:          Collecting xattr==0.6.4
remote:          Downloading xattr-0.6.4.tar.gz (15 kB)

ERROR:           Command errored out with exit status 1:
remote:             command: /app/.heroku/python/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zvu2zply/xattr/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zvu2zply/xattr/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-zvu2zply/xattr/pip-egg-info
remote:                 cwd: /tmp/pip-install-zvu2zply/xattr/
remote:            Complete output (8 lines):
remote:            Traceback (most recent call last):
remote:              File "<string>", line 1, in <module>
remote:              File "/tmp/pip-install-zvu2zply/xattr/setup.py", line 3, in <module>
remote:                import ez_setup
remote:              File "/tmp/pip-install-zvu2zply/xattr/ez_setup.py", line 106
remote:                except pkg_resources.VersionConflict, e:
remote:                                                    ^
remote:            SyntaxError: invalid syntax
remote:            ----------------------------------------
remote:        ERROR: Command errored out with exit status 1: python 
phd

SynaxError at except pkg_resources.VersionConflict, e: means the code is intended for Python 2 but you're executing it with Python 3.

xattr 0.6.4 was released in 2012. It's simply too old, it only supports Python 2.

So either use Python 2 for you code or upgrade xattr to a later version.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Trying to upload my web app on Heroku

Getting error while trying to upload a file in cypress

Getting an error while trying to split two tokens

Getting error while trying to create react app

CORS error while trying to register on my app

I'm getting error 404 while trying to access my spring boot app on Amazon Elastic Bean Stalk

Getting error while trying to build with flutter_local_notification plugin in my flutter app

I'm trying to declare a custom component to use in two different pages (of my ionic app) but getting an error

Getting some unknown error of :app:processDebugResources while flutter run

PyObjc error while trying to deploy flask app on Heroku

Error on heroku when trying to npm run migrate to deploy my app

I am getting error while trying to run my flutter project

Getting error while trying to match two array using PHP

Getting Error while trying to initiate Logic App Trigger

I am getting error while trying to check orientation of app?

Getting error while trying to run flutter app in andoid studio

getting a weird error while trying to connect the app.js with mongodb

Trying to use firebase for a get request for my flutter app and getting error

Dependency error while trying to integrate Google Sign in on my app

I deployed my app on heroku and I am getting this error on running heroku logs tail "Error connecting to the database"

Getting server time zone value 'unknown' error while trying to start springboot application

My application getting crashes even though there is no error while building the app

I am getting error while running my flutter app

Getting error while deploying angular app to heroku and while running ng serve?

Getting a Unexpected JDWP Error: 103 while trying to upload an image using retrofit to an api server android?

I am getting a redux logger error when I try to upload an ecommerce app to Heroku

Trying to push my app to heroku gives me this error FileNotFoundError: [Errno 2] No such file or directory: '/app/gettingstarted/media'

Trying to upload images to my database in CodeIgniter with a button but I'm getting an error

Getting ERROR ITMS-9000 when trying to upload an app using Application Loader