Pypi Questions
Ad
python setup.py uninstall
I have installed a python package with python setup.py install. how do i uninstall it?
What is setup.py?
Can anyone please explain what setup.py is and how it can be configured or used?
What is a format of PyPi's requires_dist in JSON API
Pypi provides a json api to query information about packages. it
Make my pypi script executable without the need to specify every time the path to the script
Recently i created a python script for pypi. that you can download with pip install. the problem is you can only execute the script,
How to upload package to PyPi with Two Factor enabled?
I would like to upload a package to pypi so i have created an account and tried to follow the manual. account: it
Why cant I upload my own package to PyPI when my credential are working?
I am looking to deploy a module to pypi and this error is thrown in the console: httperror: 403 client error: the
When adding package to PyPi SSL error occurs
I am trying to add a package to pypi so i can install it with pip. i am trying to add it using twine upload dist/*. this
How to call direct imports of libraries in the creation of a Python package
Background i'm trying to create a python package with a semi-complicated structure. i have published a few packages
Python package with setuptools module has no attribute
I am following along with this pycon video on python packaging. i have a directory: mypackage/
How to distribute python apps using PyPI?
I'm trying to package my code and distribute it using pypi. i want people to install my package and use it directly from the
Ad
how can i specify different pypi sources between a project and dependencies of the project
I build a pypiserver in my computer and uploaded a project,then i tried to install this project in another computer,but i uploaded source of the
How can I connect to the database with pypika?
Reading the documentation it's pretty much clear how to build queries, but i couldn't find any tutorial how to connect to the database - i.e.
How to include txt file within pip(pypi) module
I created an pip module and installed the module in jupyter notebook. there is one function that is not working because of the
Is it possible to execute a bash script to download non-python dependencies on `pip install my-package`
I have a python package my-package that depends on a binary binary.exe but this binary is too big to be uploaded to
Pypi ImportError: No module named
Importing modules work on github but breaks on pypi allow me to explain, i have a typical file structure resembling the
Installing from custom index setup.py
I am the package maintainer of a package that has dependencies to packages hosted in our own pip repository. i want these packages to also
What is 'extra' in pypi dependency?
In requires_dist section of a package's json response from pypi, it is given: requires_dist : [ "bcrypt; extra ==
How to upload new versions of project to PyPI with twine?
I've uploaded my python package to pypi. but now i made new version of my package and need to upload it. i tried to make same progress which i did
Can you upload at PYPI with multiple users
I saw someone mentioning acls but that might refer only to the old pypi and the new portal does not have this functionality? but maybe its still
python setup.py register can't decode byte 0xff in position 0
I'm packaging my python code and hope to upload to my pypi, my setup.py is like this: #!/usr/bin/env python from __future__ import
If my project depends on one function from scipy, does my project have to include the whole scipy package?
So my project uses the gaussian_filter1d from scipy.ndimage.filters package. i'm am in the process of making the
Ad
Artifactory expiration of pypi artifacts
I have a proxy pypi repository which can only be updated by a specific user but accessed by all, i have a private pypi repo and a virtual repo to
Installing twine fails because cannot uninstall 'pkginfo'
I need guidance on what i should do in this situation: c:\users\dave\desktop\2016coding\testdist>pip install twine collecting
pip --editable gets overwritten regardless of the order
I have the following contents in my tox.ini file: ... [testenv] usedevelop = true deps =
'pip install' fails for every package ("Could not find a version that satisfies the requirement")
Pip install <package name> is failing for every package for me. this is what i get: could not find a version
README.rst fails to render on PyPi
I have a readme.rst in my project hosted on
Why does pip not find the newest version of a package even if it exists?
Someone at work created a sample dockerfile/project/image for new employees to get their feet wet. however, while trying to run the script to
Travis pypi package version
I've setted up travis.ci to automatically deploy to pypi a package when a push to master is tagged. the problem is that in my
Upload to pypi from Gitlab Pipelines
I'm trying to upload a package to pypi using a gitlab ci job, but i cannot make it work :/ anyone has a working example? what i have tried
Releasing for Python (with pbr): version not generated
This is something i am new to, but i made a small python library on github and looking to release it on pypi. the
pypi package isn't installing with all the files?
I am writing my first package to be shared on the pypi database... it took me a lot of fiddling to get everything to package correctly,
How to run pip of different version of python using python command?
I'm now currently using python on ubuntu 15.10 but in my os, i have many different python version installed: python (2.7.9)
Ad
Is there a PyPi source download link that always points to the lastest version?
Say my latest version of a package is on pypi and the source can be downloaded with this url:
Ad
Blog Categories
Ad