Can not install Autosubmit 4.1.11 with python 3.9
Hello @dbeltran, @bdepaula, @isimomun, @ltenorio
Autosubmit Version
Autosubmit v4.1.11
Python 3.9.5
Summary
Upon cloning and running python setup.py install
it fails to install one of Autosubmit's dependencies: contourpy
.
I do not know if this is known by you guys and I have missed the discussion, but I though that Autosubmit 4 should work with all versions of python which are atleast 3 (I loosely remember hearing about some incompatibility, but not sure).
Steps to reproduce
Create virtual environment with python 3.9.5, clone repo, checkout to tag v4.1.11
, and run python setup.py install
.
What is the current bug behavior?
Installed /home/mgimenez/Documents/local/dev/venvs/autosubmit4-devel/lib/python3.9/site-packages/autosubmit-4.1.11-py3.9.egg
Processing dependencies for autosubmit==4.1.11
Searching for contourpy>=1.0.1
Reading https://pypi.org/simple/contourpy/
Downloading https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz#sha256=dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699
Best match: contourpy 1.3.1
Processing contourpy-1.3.1.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-6r285a8u/contourpy-1.3.1.tar.gz
Any other relevant information
Countourpy has no version for python 3.9, hence why it is failing.