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

Trying to install hyperchamber to a local directory #2

Open
brucdarc opened this issue Nov 29, 2018 · 0 comments
Open

Trying to install hyperchamber to a local directory #2

brucdarc opened this issue Nov 29, 2018 · 0 comments

Comments

@brucdarc
Copy link

brucdarc commented Nov 29, 2018

I'm trying to get hyperchamber working on my universities computers, and I have to install it to a local directory since I don't have permission to access the regular python directory.
I have my path set up to include my local directory with python and other packages.
I am trying to install with the following command

pip3 install --ignore-installed --install-option="--prefix=/s/bach/g/under/cutreap/Desktop/hypergan/projpack" hyperchamber --upgrade --force-reinstall

The install ends with a failure message of
`
error: /s/bach/g/under/cutreap/Desktop/hypergan/projpack/lib/python3.6/site-packages/urllib3/packages/pycache/six.cpython-36.pyc is a symlink and will be changed into a regular file if import writes a byte-compiled file to it

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-06n7a9xa/urllib3/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-wide0qh4-record/install-record.txt --single-version-externally-managed --compile --prefix=/s/bach/g/under/cutreap/Desktop/hypergan/projpack" failed with error code 1 in /tmp/pip-build-06n7a9xa/urllib3/
`

Any ideas of how to get the install to work?

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