EpikCord / EpikCord.py

Welcome to EpikCord.py! This is an API Wrapper for Discord's API for Python!
Other
30 stars 8 forks source link

setup.cfg doesnt work well for linux #124

Closed nav-github01001 closed 2 years ago

nav-github01001 commented 2 years ago

Summary

look up

Reproduction Steps

try installing a library

Minimal Reproducible Code

No response

Expected Results

library to install

Actual Results

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting git+https://github.com/EpikCord/EpikCord.py (from -r requirements.txt (line 1)) Cloning https://github.com/EpikCord/EpikCord.py to /tmp/pip-req-build-vwopbs Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in IOError: [Errno 2] No such file or directory: '/tmp/pip-req-build-vwopbs/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-vwopbs/

Intents

Anything

System Information

if you could install library.......

Checklist

Additional Context

This is a serious problem bc hosts use docker/pterodactyl and which uses a distribution of ubuntu I recommend reverting to setup.py

nav-github01001 commented 2 years ago

oops