We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
What OS and version of Python?
Sorry, something went wrong.
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.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: