Skip to content

pip install failing #76

Description

@zak-b2c2

Hi,

I've got some issues installing with pip

Shouldn't pip install work here? I don't see numpy and other dependencies installed

ubuntu@host~$ mkvirtualenv test-qpython
Running virtualenv with interpreter /usr/bin/python2
New python executable in /home/ubuntu/.virtualenvs/test-qpython/bin/python2
Also creating executable in /home/ubuntu/.virtualenvs/test-qpython/bin/python
Installing setuptools, pkg_resources, pip, wheel...pydone.
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/predeactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/postdeactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/preactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/postactivate
virtualenvwrapper.user_scripts creating /home/ubuntu/.virtualenvs/test-qpython/bin/get_env_details

(test-qpython) ubuntu@host:~$ pip install qpython --no-cache-dir
Collecting qpython
  Downloading qPython-2.0.0.tar.gz (28 kB)
Building wheels for collected packages: qpython
  Building wheel for qpython (setup.py) ... done
  Created wheel for qpython: filename=qPython-2.0.0-py2-none-any.whl size=41152 sha256=992c52a3df5309c5d6344ec5523be1ed579756a5f8e3be3e43494df149b1ca21
  Stored in directory: /tmp/pip-ephem-wheel-cache-uVGIsq/wheels/ff/90/00/8e8e8aa78c1b6c4152db1b7ab753d1290532292f8ffca1f02b
Successfully built qpython
Installing collected packages: qpython
Successfully installed qpython-2.0.0

(test-qpython) ubuntu@host:~$ pip freeze
pkg-resources==0.0.0
qPython==2.0.0

Thanks,
Zak

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions