phuhl / notify-send.py

A python-script like libnotify but with improved functionality
Other
95 stars 13 forks source link

Installed as 'UNKNOWN' in virtual environment #4

Closed akwala closed 4 years ago

akwala commented 4 years ago

I installed in a virtual environment (venv) and this is what happened:

$ python setup.py install 
running install 
running bdist_egg 
running egg_info 
creating UNKNOWN.egg-info 
writing UNKNOWN.egg-info/PKG-INFO 
writing dependency_links to UNKNOWN.egg-info/dependency_links.txt 
writing top-level names to UNKNOWN.egg-info/top_level.txt 
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' 
reading manifest file 'UNKNOWN.egg-info/SOURCES.txt' 
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' 
installing library code to build/bdist.linux-x86_64/egg 
running install_lib 
warning: install_lib: 'build/lib' does not exist -- no Python modules to install 

creating build 
creating build/bdist.linux-x86_64 
creating build/bdist.linux-x86_64/egg 
creating build/bdist.linux-x86_64/egg/EGG-INFO 
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts 
running install_scripts 
running build_scripts 
creating build/scripts-3.6 
copying and adjusting scripts/notify-send.py -> build/scripts-3.6 
changing mode of build/scripts-3.6/notify-send.py from 664 to 775 
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts 
copying build/scripts-3.6/notify-send.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts 
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/notify-send.py to 775 
copying UNKNOWN.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO 
copying UNKNOWN.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 
copying UNKNOWN.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 
copying UNKNOWN.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO 
zip_safe flag not set; analyzing archive contents... 
creating dist 
creating 'dist/UNKNOWN-0.0.0-py3.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it 
removing 'build/bdist.linux-x86_64/egg' (and everything under it) 
Processing UNKNOWN-0.0.0-py3.6.egg 
Copying UNKNOWN-0.0.0-py3.6.egg to /path/to/venv01/lib/python3.6/site-packages 
Adding UNKNOWN 0.0.0 to easy-install.pth file 
Installing notify-send.py script to /path/to/venv01/bin 

Installed /path/to/venv01/lib/python3.6/site-packages/UNKNOWN-0.0.0-py3.6.egg 
Processing dependencies for UNKNOWN==0.0.0 
Finished processing dependencies for UNKNOWN==0.0.0

Pertinent versions:

$ python -V
Python 3.6.9

$ pip install setuptools --upgrade
Collecting setuptools
  Downloading setuptools-45.1.0-py3-none-any.whl (583 kB)
     |████████████████████████████████| 583 kB 1.7 MB/s 
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 45.0.0
    Uninstalling setuptools-45.0.0:
      Successfully uninstalled setuptools-45.0.0
Successfully installed setuptools-45.1.0
phuhl commented 4 years ago

Thanks for reporting, should be fixed. Can you confirm?

akwala commented 4 years ago

Thanks for reporting, should be fixed. Can you confirm?

Yep, the install succeeded.

Installed /path/to/venv01/lib/python3.6/site-packages/notify_send.py-1.2.0-py3.6.egg
Processing dependencies for notify-send.py==1.2.0
Finished processing dependencies for notify-send.py==1.2.0