-
Notifications
You must be signed in to change notification settings - Fork 1
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
Landlab developer installation issue #190
Comments
It looks like this may be a cython issue. I don't have access to a Windows machine right now, but I'll try to reproduce this when I do. I don't have experience connecting a conda environment in PyCharm or Spyder, so I'll ask for help with that. |
Hi Mark, I tried an other option; create a new environnement (a new one) with python 3.9 and install spyder inside ( we did it after have installed landlab last time). Then we installed landlab with the normal processing (on the webpage for developper). Any error message appears, everythings ran well. We also reinstalll cython inside the environnment doing: setup.py build_ext -i -f and then pip install -e . again. I have really no idea what I could try now... |
Hi Mark, It is exactly all the command I executed... But what do you mean exactly by 'all dependencies'? Because all these steps ran well for me. The issue comes later. |
Hi,
I noticed that my landlab was probably not well installed when I ran a script on my laptop and I got different (and wrong) results than on an other laptop.
I decided to create a new environment and reinstall landlab. The whole installation ran well (except the issue with pycharm and the version of Python, but we solved it I think).
I also installed properly cython when error message like ‘landlab.component.bedrock_landslider.cfuncs’ show up.
But when I try to run my script i get an error message that i don't understand...:
What is also weird is that the new environment created don’t manage to install or open spyder…
Thanks for your help!
Coline
The text was updated successfully, but these errors were encountered: