-
Notifications
You must be signed in to change notification settings - Fork 35
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
installing STAMP on macOS #34
Comments
I will advise you to use
|
Hi @fconstancias have you installed STAMP? I am new in this field and also very recently I have installed STAMP. But I am getting the following error:
Many taxa are in the abundance file (Metaphlan 3.0) for which an unclassified parent level taxa is present. Do you have any solution to that? |
I have the same issue installing STAMP. I created a conda environment that uses python 2.7, but I still get the same results. Any suggestions? |
I have the same issue installing STAMP on MacOS 10.14.6 Mojave. I created a conda environment that uses python 2.7, but I still get the same results. Any suggestions? |
For those, who are failing to install STAMP on MacOS - with the above-mentioned commands I was able to install it on my macOS Catalina (v.10.15.7), but somehow software refuses to upload my dataset.. 🤦 |
I am having a similar issue. I followed the following instructions on a help forum "Someone in my lab helped me fix this issue. It had to with the current biom-format in python not supporting python 2.7. You therefore need to install an older version. Hope this helps However, when I get to the final step of entering STAMP, I get an error that says no module named PyQt4. I have tried several methods of installing PyQt4 (e.g., conda install pyqt=4). I am using python 2.7, and here are the versions of the other packages given by pip list: Anyone have any suggestions? |
Hi all, If you are still having issues, I had success running the following code to install STAMP on my MacOS Big Sur using conda 4.9. The code is the same as above except I added the python=2.7. It seems you need to create an environment with an older version of python since newer versions do not support STAMP (as far as I could tell). Hope this helps! conda create -n stamp python=2.7 conda activate stamp conda install -y -c bioconda stamp STAMP |
Hey, thanks for replying! I still get this error even when I specify python=2.7 _UnsatisfiableError: The following specifications were found Specifications:
Your python: python=2.7_ |
Hi Dear I am also having troubles install STAMP on macOS.
|
Hello everyone, The issue was posted 2 years ago and I see that there is no solution for it. Does anyone who is on the comment chain actually find the solution to install STAMP on MacOS? I am having exactly the same problem as @Hiromori827 @mf0083 Collecting package metadata (current_repodata.json): done UnsatisfiableError: The following specifications were found Specifications:
Your python: python=2.7 If python is on the left-most side of the chain, that's the version you've asked for. Any help is highly appreciated it! Thank you |
After confirming that other solution answers have not been uploaded after the issue conversation above, I will write an additional one.
You will need to pre-install the following packages as stated on the stamp installation instructions page.
Therefore, I succeeded in installing the stamp through the code below.
Hope this helps others. |
Hello! I have tried all the codes you all have submitted here in the comments, yet this is what I get when I try to install STAMP on my Big Sur 11.7.10 Solving environment: failed LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs I have also found this issue when I have tried to install the packages mentioned in the last comment: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Any ideas? |
Dear All,
I am also having troubles install STAMP on macOS. It seems that Python 2.7 reached the end of its life on January 1st, 2020 thus we can not install stamp anymore on macOS?
I have tried both :
and got the following error
or :
and got the following error
Any help would be much appreciated.
Best.
Florentin
The text was updated successfully, but these errors were encountered: