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

Installation in editable mode #4

Open
p-chambers opened this issue Feb 26, 2016 · 2 comments
Open

Installation in editable mode #4

p-chambers opened this issue Feb 26, 2016 · 2 comments

Comments

@p-chambers
Copy link

Hi,

I just tried to install droneCFD in editable mode from source (with python setup.py develop) and had this error:

error: ("Can't get a consistent path to setup script from installation directory", '/', '/home/pchambers/git/droneCFD')

I found the problem is in the setup.cfg line:

[egg_info]
egg_base = /tmp

Does this line have a purpose? In any case removing this fixed the issue and allows local install in development mode.

May I ask also how you compile your distribution, looking at PyPi I assume you use python setup.py sdist?

Paul

@capaulson
Copy link

What OS and version of Python?

@p-chambers
Copy link
Author

This is on both Ubuntu 14.04 and OS X Yosemite, with Python 2.7.10. If it helps I am using Anaconda Python distribution on both machines.

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

2 participants