-
Notifications
You must be signed in to change notification settings - Fork 14
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
Incomplete and/or incorrect installation instructions #15
Comments
I went through a similar journey and had a similar solution. Of all the versioned packages, only these require specific versions on 12/08/2022:
Below is a bash script that I put together for Python 3.10 on Ubuntu 22.04 / macOS Ventura and does not require Conda. Prerequisite installation commands for Mac / Ubuntu are commented out and use brew / apt, respectively. The script will create a venv named
|
@karolisr thank you for sharing this! |
Adding to this issue, I recently installed feems on my Mac (osx-arm64 environment) using this code
I also had to go in and manually change a numpy function (num.int -> int) in some of the python scripts associated with the packages before everything would run (the error messages were helpful in finding files and code lines). I also had to manually install notebook for jupyter to run the software. |
installation of this thing is a nightmare |
It seems that the current feems installation instructions are (a) incomplete and/or (b) incorrect. In particular, I have found that with current conda installations (e.g., miniconda), the installation steps can create conflicts. One underlying issue is that the very specific version requirements of the conda packages make feems difficult to install.
To aid others in installing feems, I was able to successfully install feems after running these commands in a fresh conda environment (I used miniconda):
Then I downloaded feems and ran
But before I did this I replaced the contents of
requirements.txt
with:However, please note that these steps may not be complete (I have not tested the installation extensively), and therefore will need to be confirmed (and possibly improved) by others. Any suggestions for improvement to these instructions are welcome.
The text was updated successfully, but these errors were encountered: