Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i run setup.py what args? #21

Open
jamieduk opened this issue Feb 13, 2022 · 3 comments
Open

How do i run setup.py what args? #21

jamieduk opened this issue Feb 13, 2022 · 3 comments

Comments

@jamieduk
Copy link

jamieduk commented Feb 13, 2022

How do i run setup.py what args?
Also is this python 3 yeah?

I get error
error: no commands supplied

@jamieduk
Copy link
Author

Found this

./setup.py --help-commands

Standard commands:
build build everything needed to install
build_py "build" pure Python modules (copy to build directory)
build_ext build C/C++ extensions (compile/link to build directory)
build_clib build C/C++ libraries used by Python extensions
build_scripts "build" scripts (copy and fixup #! line)
clean clean up temporary files from 'build' command
install install everything from build directory
install_lib install all Python modules (extensions and pure Python)
install_headers install C/C++ header files
install_scripts install scripts (Python or otherwise)
install_data install data files
sdist create a source distribution (tarball, zip file, etc.)
register register the distribution with the Python package index
bdist create a built (binary) distribution
bdist_dumb create a "dumb" built distribution
bdist_rpm create an RPM distribution
bdist_wininst create an executable installer for MS Windows
upload upload binary package to PyPI
check perform some checks on the package

Extra commands:
develop install package in 'development mode'
install_egg_info Install an .egg-info directory for the package
saveopts save supplied options to setup.cfg or other config file
egg_info create a distribution's .egg-info directory
upload_docs Upload documentation to PyPI
dist_info create a .dist-info directory
alias define a shortcut to invoke one or more commands
easy_install Find/get/install Python packages
rotate delete older distributions, keeping N newest files
bdist_egg create an "egg" distribution
test run unit tests after in-place build (deprecated)
setopt set an option in setup.cfg or another config file

@VerveIsGod
Copy link

you do not need run it. Just write pip install neuralintents

@jamieduk
Copy link
Author

aws-sam-cli 1.40.1 requires typing-extensions==3.10.0.0, but you have typing-extensions 3.7.4.3 which is incompatible.
Successfully installed typing-extensions-3.7.4.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
root@jnet:/home/jay/Documents/Scripts/PYTHON/AI/neuralintents#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants