% pip3 install randomwords
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
exit code: 1
from setuptools.command.test import test as TestCommand
ModuleNotFoundError: No module named 'setuptools.command.test'
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Workaround: You will need to install setuptools version less than 72.0.0 and then run your pipeline.
Update: Try running your pipeline/pip command again and it should work, setuptools 72.0.0 has been yanked
https://pypi.org/project/setuptools/72.0.0/#historyFacing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Python,
- Python List of Lists with Examples
- Fix: ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none) ERROR: No matching distribution found for tkinter
- How to Convert Python Notebook .ipynb (JSON) to Executable .py Module
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: Pandas Merge Indicator (Left, Right and Both) Example
- Fix: EOFError Exception in Python
- How to URL Decode a Query String in Python
- How to take user input from the console in a Python program
- Compare two lists in Python and return matches
- How to change the Python Default version
- Fix: KeyError: exception in Python
- How to get the Execution Time of A Python Program
- Fix: ModuleNotFoundError: No module named boto3 [Python]
- How to get unique values from a list in Python
- How to pip install Python Modules in VSCode
- Python: Fix - TypeError: NoneType object is not iterable
- How to delete a file using Python code example
- How to create a dictionary comprehension in Python
- Python: Get just the filename without extension using Path
- How to comment out a block of code in Python
- How to add two float numbers in Python
- Python: How to POST Json Data with HTTP Request
- Get MD5 Hash as Checksum of a String in Python
- Python - Convert float to String
- How to Parse XML String in Python
More Posts:
- Error code - 7: There's a more permanent way to sign in to Microsoft Teams - Teams
- How to fix: You will need Google Chrome to install most apps, extensions and themes. - Chrome
- You're not on Teams yet, but you can set it up for your organization. [Microsoft Teams Login Error] - Microsoft
- Deep Dive: Why avoid java.util.Date and Calendar Classes - Java
- How to stop MongoDB Server running on Ubuntu - Ubuntu
- How to Create Absolute References in Microsoft Excel for Mac - Microsoft
- How to Add Padding to Android TextView - Android
- Switch between Python 2.x 3.x versions in Mac Terminal - MacOS