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

Error keeps showing with setup.py #7

Open
Amenahelmy opened this issue Jun 3, 2018 · 2 comments
Open

Error keeps showing with setup.py #7

Amenahelmy opened this issue Jun 3, 2018 · 2 comments

Comments

@Amenahelmy
Copy link

image

@otakar-smrz otakar-smrz changed the title error Keeps showing Error keeps showing with setup.py Jun 4, 2018
@otakar-smrz
Copy link
Owner

Hi, Amena:
The setup.py script looks for the ElixirFM package in the current working directory.
You get the error because your current working directory is that of the python executable.
You need to cd to the */Python/ElixirFM directory and run the setup script from there.
Another thing, though. Your python executable is Python 3.6, while my package is written for Python 2.7. You might need to install and call python2.7 instead, or provide the full path to that executable.
Let me know if you encounter any further issues.

@Amenahelmy
Copy link
Author

many thanks it worked an installation is done successfully, but now a new error appeared.. i wonder what is the exilir that the subprocess is trying to open ... it doesn't exist ... thanks in advance
image

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