-
Notifications
You must be signed in to change notification settings - Fork 33
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 when installing setup.py #35
Comments
Hi @Pante9 - it looks like a syntax error from the Can you try upgrading the python in your conda environment to 3.7? Try running:
Then try again. If that fixes it, we should change the README instructions, which use 3.5. |
Thanks for your time @tomalrussell I tried with python 3.7 and got the following error this time |
Okay - the end of the error message there should be some help - are you running from a ZIP download of the code? Two different things you could try:
|
Yes, I downloaded the code as a zip file and extracted it to a folder into the used path. Same thing when running pip install git+https://github.com/edwardoughton/pysim5g.git#egg=pysim5g |
Based on the instructions given I installed fiona, shapely etc, and now I' m trying to install pysim5g permanently with
python setup.py develop
Running the above, or the below
python setup.py install
I get the following error.
Any idea on how to fix it?
The text was updated successfully, but these errors were encountered: