Closed mathomp4 closed 3 months ago
If you are on 64-bit Linux than the following should work (also in Anaconda) if gfortran and python-dev are available:
pip install --user ffnet
Theoretically on Windows (and Anaconda) this should work if mingw
package is installed.
Ok. I checked things on Windows and it is necessary to run (in Anaconda Prompt):
conda install setuptools mingw
pip install --user --upgrade --global-option="build_ext" --global-option="--compiler=mingw32" ffnet
The Visual Studio must be installed too...
@mrkwjc Would it be possible for you to make/add a Python 3.6 package for ffnet? (If this is a thing? I don't really know how conda packages work.)
I'm working on trying to setup an Anaconda3 5.2.0 distribution, but one of my users needs ffnet. The problem is that once I
conda install -y -c mwojcikowski ffnet
conda then has to downgrade/update (I'm honestly not sure which) a lot of packages because it's py35 not py36:I'm going to try using
python3 setup.py install
as a workaround for now.