Skip to content

Solve lack of wheel bug. #111

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DanielAtKrypton
Copy link

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

Wheel is an important requirement. If it is missing, the installation of virtualenvwrapper-win fails.
@thebjorn
Copy link
Collaborator

thebjorn commented May 4, 2020

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>

@DanielAtKrypton
Copy link
Author

Mmm.

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

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

Successfully merging this pull request may close these issues.

2 participants