-
Notifications
You must be signed in to change notification settings - Fork 3
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
unable to install on Mac running El Capitan #11
Comments
Hi, |
_**hi, many thanks It doesnt quite solve it. Not sure if I can specify the gcc somehow to overcome this . Probably my paths are all messed up**_ Christoss-MacBook-Pro:svelter-master christos$ python setup.py install --user --prefix= I thought I had also added the git clone results which are even more puzzling to me- here they are Christoss-MacBook-Pro:SD christos$ git clone https://github.com/mills-lab/svelter.git Do let me know if you have any other ideas, otherwise I will try next week on our main server (currently out if action) |
the other option here is to try pip: |
still not quite... Christoss-MacBook-Pro:svelter-master christos$ pip install --user --install-option="--prefix=" .
Command "/usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;file='/private/var/folders/b5/rjhzb5y563z1ybwjqjtr71m40000gn/T/pip-qdFGiy-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /var/folders/b5/rjhzb5y563z1ybwjqjtr71m40000gn/T/pip-3TDRq5-record/install-record.txt --single-version-externally-managed --compile --prefix= --user --prefix=" failed with error code 1 in /private/var/folders/b5/rjhzb5y563z1ybwjqjtr71m40000gn/T/pip-qdFGiy-build/ |
Hello, I am a novice so any help welcome
trying from zip file
Christoss-MacBook-Pro:~ christos$ cd /Volumes/SD/svelter-master
Christoss-MacBook-Pro:svelter-master christos$ python setup.py install --user
running install
error: can't combine user with prefix, exec_prefix/home, or install_(plat)base
The text was updated successfully, but these errors were encountered: