./release_package Error in creating

Hello friends, I have tried to create a new user while running ./release_package in the cert-core but i am getting the following error.

Traceback (most recent call last):
File “setup.py”, line 25, in
install_requires=reqs
File “/home/ubuntu/test/test/local/lib/python2.7/site-packages/setuptools/init.py”, line 129, in setup
return distutils.core.setup(**attrs)
File “/usr/lib/python2.7/distutils/core.py”, line 151, in setup
dist.run_commands()
File “/usr/lib/python2.7/distutils/dist.py”, line 953, in run_commands
self.run_command(cmd)
File “/usr/lib/python2.7/distutils/dist.py”, line 972, in run_command
cmd_obj.run()
File “/usr/lib/python2.7/distutils/command/upload.py”, line 60, in run
self.upload_file(command, pyversion, filename)
File “/usr/lib/python2.7/distutils/command/upload.py”, line 70, in upload_file
raise AssertionError("unsupported schema " + schema)
AssertionError: unsupported schema

1 Like

hello there…
i think this is due to a broken schema or url. pls check your .pypirc file in the home folder to update the new URLs of PyPI. Good day…