virtualenvwrapper-win icon indicating copy to clipboard operation
virtualenvwrapper-win copied to clipboard

Solve lack of wheel bug.

Open DanielAtKrypton opened this issue 5 years ago • 2 comments

Wheel is an important requirement. If it is missing, the installation of virtualenvwrapper-win fails.

DanielAtKrypton avatar May 03 '20 23:05 DanielAtKrypton

Really?

c:\srv> mkvirtualenv vwwnowheel
created virtual environment CPython2.7.16.final.0-32 in 5804ms
  creator CPython2Windows(dest=c:\srv\venv\vwwnowheel, clear=False, global=False)
  seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=C:\Users\bjorn\AppData\Local\pypa\virtualenv\seed-app-data\v1.0.1)
  activators PythonActivator,FishActivator,BatchActivator,BashActivator,PowerShellActivator

(vwwnowheel) c:\srv> pip list
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Package    Version
---------- -------
pip        20.0.2
setuptools 44.1.0
wheel      0.34.2

(vwwnowheel) c:\srv> pip uninstall wheel
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Found existing installation: wheel 0.34.2
Uninstalling wheel-0.34.2:
  Would remove:
    c:\srv\venv\vwwnowheel\lib\site-packages\wheel-0.34.2.dist-info\*
    c:\srv\venv\vwwnowheel\lib\site-packages\wheel-0.34.2.virtualenv
    c:\srv\venv\vwwnowheel\lib\site-packages\wheel\*
    c:\srv\venv\vwwnowheel\scripts\wheel-2.7.exe
    c:\srv\venv\vwwnowheel\scripts\wheel.exe
    c:\srv\venv\vwwnowheel\scripts\wheel2.exe
Proceed (y/n)? y
  Successfully uninstalled wheel-0.34.2

(vwwnowheel) c:\srv> pip list
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Package    Version
---------- -------
pip        20.0.2
setuptools 44.1.0

(vwwnowheel) c:\srv> pip install virtualenvwrapper-win --no-cache-dir
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in indexes: https://pypi.org/simple, http://pypi.norsktest.xyz
Collecting virtualenvwrapper-win
  Downloading virtualenvwrapper_win-1.2.6-py2-none-any.whl (22 kB)
Collecting virtualenv
  Downloading virtualenv-20.0.19-py2.py3-none-any.whl (4.7 MB)
     |UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU| 4.7 MB 860 kB/s
Collecting distlib<1,>=0.3.0
  Downloading distlib-0.3.0.zip (571 kB)
     |UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU| 571 kB 846 kB/s
Collecting appdirs<2,>=1.4.3
  Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
Collecting six<2,>=1.9.0
  Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
Collecting filelock<4,>=3.0.0
  Downloading filelock-3.0.12.tar.gz (8.5 kB)
Collecting importlib-resources<2,>=1.0; python_version < "3.7"
  Downloading importlib_resources-1.5.0-py2.py3-none-any.whl (21 kB)
Collecting contextlib2<1,>=0.6.0; python_version < "3.3"
  Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB)
Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
  Downloading importlib_metadata-1.6.0-py2.py3-none-any.whl (30 kB)
Collecting zipp>=0.4; python_version < "3.8"
  Downloading zipp-1.2.0-py2.py3-none-any.whl (4.8 kB)
Collecting singledispatch; python_version < "3.4"
  Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl (12 kB)
Collecting pathlib2; python_version < "3"
  Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
Collecting typing; python_version < "3.5"
  Downloading typing-3.7.4.1-py2-none-any.whl (26 kB)
Collecting configparser>=3.5; python_version < "3"
  Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB)
Collecting scandir; python_version < "3.5"
  Downloading scandir-1.10.0-cp27-cp27m-win32.whl (20 kB)
Installing collected packages: distlib, appdirs, six, filelock, contextlib2, zipp, singledispatch, scandir, pathlib2, configparser, importlib-metadata, typing, importlib-resources, virtualenv, virtualenvwrapper-win
    Running setup.py install for distlib ... done
    Running setup.py install for filelock ... done
Successfully installed appdirs-1.4.3 configparser-4.0.2 contextlib2-0.6.0.post1 distlib-0.3.0 filelock-3.0.12 importlib-metadata-1.6.0 importlib-resources-1.5.0 pathlib2-2.3.5 scandir-1.10.0 singledispatch-3.4.0.3 six-1.14.0 typing-3.7.4.1 virtualenv-20.0.19 virtualenvwrapper-win-1.2.6 zipp-1.2.0

(vwwnowheel) c:\srv>

thebjorn avatar May 04 '20 05:05 thebjorn

Mmm.

The output I have differs a bit. Would that have something to do with Python version?

DanielAtKrypton avatar May 05 '20 21:05 DanielAtKrypton