Skip to content
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

pip install failing #76

Open
zak-b2c2 opened this issue May 16, 2020 · 0 comments
Open

pip install failing #76

zak-b2c2 opened this issue May 16, 2020 · 0 comments

Comments

@zak-b2c2
Copy link

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

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

No branches or pull requests

1 participant