-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Newer decorator versions do not install on OSX #5
Comments
I do not have a macOS to test but |
Maybe do a build number bump and rerender to fix this? |
Can you confirm the problem on your macOS? Everything is working on my Windows and Linux machine, it is more likely that there is something wrong with the environment, that is why I request the issue template data. |
Sorry I don't have the time to do that 😉 |
We're seeing this in the Docker image build as well. Maybe this is another case of having issues with Conda installing noarch packages, which are its dependencies? If so, maybe we should convert this back to arch and pull the noarch packages. |
I just upgraded to |
The Docker image build also upgrades to the latest Conda. So I don't think that is the fix. |
I am sorry for the lack of information @ocefpaf . I was encountering this issue only on OSX, but it worked fine on Linux. |
Thanks! |
Starting with Miniconda 4.6.14 also seems to avoid this issue in the Docker image build. ( conda-forge/docker-images#96 ) |
@npavlovikj closing this b/c I believe it was fixed. Please reopen if you are still experiencing this. |
Hi,
I tried installing
decorator
on OSX, and for every version >=4.3.0 I am getting the following error:for every Python version (2,7, >=3).
I looked at this error a bit, and I believe the main reason is that
python3.6
(or the respective versions) is not found in the/bin/
directory of the environment.On the other hand,
decorator
4.2.1 and below, installed fromconda-forge
work fine on OSX.Also, this issue with the newet
decocrator
versions doesn't occur on Linux.I haven't had chance to investigte this further, but I just wanted to let you know.
Thank you,
Natasha
The text was updated successfully, but these errors were encountered: