You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have been trying to install anTraX on two seperate mac machines and have run into similar errors. I created a conda environment to install everything in and used homebrew to install ffmpeg as described. I cloned the git repo and ran the code below and recieved the following error message. I also tried manually installing all of the listed dependencies with conda and ran into conflicts between versions (also see below). I have run into this same issue using both a python 3.9 and 3.7 environment. Do you have any suggestions on how to proceed?
Best,
Sam
pip insall .
Preparing metadata (setup.py) ... done
Collecting pymatreader@ git+https://github.com/Social-Evolution-and-Behavior/pymatreader.git (from antrax==1.0.2)
Cloning https://github.com/Social-Evolution-and-Behavior/pymatreader.git to /private/var/folders/1j/0q6_b7r13cvdck7f3c91d3s40000gp/T/pip-install-l1l2t2lh/pymatreader_4832ad3cda364c66b8c5ddd59a2efedb
Running command git clone --filter=blob:none --quiet https://github.com/Social-Evolution-and-Behavior/pymatreader.git /private/var/folders/1j/0q6_b7r13cvdck7f3c91d3s40000gp/T/pip-install-l1l2t2lh/pymatreader_4832ad3cda364c66b8c5ddd59a2efedb
Resolved https://github.com/Social-Evolution-and-Behavior/pymatreader.git to commit 838bf248621e7ea31c96f2b9d25f79f02e666bc8
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in /Users/saa9662/opt/miniconda3/lib/python3.8/site-packages (from antrax==1.0.2) (1.23.4)
Collecting imageio (from antrax==1.0.2)
Obtaining dependency information for imageio from https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl.metadata
Using cached imageio-2.34.1-py3-none-any.whl.metadata (4.9 kB)
Requirement already satisfied: pandas in /Users/saa9662/opt/miniconda3/lib/python3.8/site-packages (from antrax==1.0.2) (1.5.1)
Collecting scipy (from antrax==1.0.2)
Obtaining dependency information for scipy from https://files.pythonhosted.org/packages/a0/e3/37508a11dae501349d7c16e4dd18c706a023629eedc650ee094593887a89/scipy-1.10.1-cp38-cp38-macosx_10_9_x86_64.whl.metadata
Using cached scipy-1.10.1-cp38-cp38-macosx_10_9_x86_64.whl.metadata (53 kB)
Collecting clize (from antrax==1.0.2)
Obtaining dependency information for clize from https://files.pythonhosted.org/packages/21/67/267b54101fe899f957e70e21b461cb17fa63f0799316e690b4375db202e2/clize-5.0.2-py2.py3-none-any.whl.metadata
Using cached clize-5.0.2-py2.py3-none-any.whl.metadata (4.3 kB)
INFO: pip is looking at multiple versions of antrax to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.12.0 Requires-Python >=3.9; 1.12.0rc1 Requires-Python >=3.9; 1.12.0rc2 Requires-Python >=3.9; 1.13.0 Requires-Python >=3.9; 1.13.0rc1 Requires-Python >=3.9; 1.13.1 Requires-Python >=3.9; 1.14.0rc1 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from antrax) (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1)
ERROR: No matching distribution found for tensorflow==1.15
I think I had a problem similar to yours. The primary issue (in my case) is that tensorflow is supposed to be version 1.15 (see setup.py). I could not conceive of a way to make it work with the current tensorflow version, so I made it 2.2.0 instead, the oldest supported by python3.8, which in turn is the precise version required to satisfy all of these packages. I selected 3.8.17, and as a bit of bad practice, installed the whole version even when I could have done the same thing with pyenv. Whatever the case, when you have python3.8 available, make a virtual environment with that version and carry on with your day.
By the way, I don't know how this happened, but until recently the main branch's setup.py had scikit-learn written as sklearn. you import sklearn in the python code, but you pip install scikit-learn on the command line. Does that make sense?
Hello,
I have been trying to install anTraX on two seperate mac machines and have run into similar errors. I created a conda environment to install everything in and used homebrew to install ffmpeg as described. I cloned the git repo and ran the code below and recieved the following error message. I also tried manually installing all of the listed dependencies with conda and ran into conflicts between versions (also see below). I have run into this same issue using both a python 3.9 and 3.7 environment. Do you have any suggestions on how to proceed?
Best,
Sam
The text was updated successfully, but these errors were encountered: