Skip to content
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

Conda packages for Mac OS? #201

Closed
ev510 opened this issue Oct 14, 2019 · 6 comments
Closed

Conda packages for Mac OS? #201

ev510 opened this issue Oct 14, 2019 · 6 comments

Comments

@ev510
Copy link

ev510 commented Oct 14, 2019

Problem description

Hello.
Is any progress on Conda packages for Mac? I'm a happy user of BERT, but always access through university cluster. I am now trying to get some students using BERT on their personal computers (and mine), and I haven been repeatedly thwarted trying to install on a Mac. I've tried the Mac install suggestions with no success, details below.
Thanks,
Emily

Your environment

Operating system: Mac 10.14.6
Python version: 3.6
pyGIMLi version:
Way of installation: Attempting to follow Mac installation instructions

From here:
https://www.pygimli.org/installation.html (Mac OS) and here:
#46 (comment)

Steps to reproduce

First problem occurs here: "brew install boost --with-python3"

Expected behavior

Install package, and I could move on with installation.

Actual behavior

Error: invalid option: --with-python3

When I try to continue with the later steps, it's seems that boost install issues are cause for (some of) the trouble.

@florian-wagner
Copy link
Member

Hi Emily,

the problem is that none of the developers owns a Mac and we cannot test this. I have some new colleagues with Macs now and will ask them to try and build a conda package.

We leave this open as a reminder and keep you posted.

Cheers
Florian

@florian-wagner
Copy link
Member

Dear Mac users,

pyGIMLi 1.1 is out and (finally) available for Mac OS as a conda package.

Can you try conda create -n pg -c gimli -c conda-forge pygimli=1.1.0 (see instructions here https://www.pygimli.org/installation.html) and please let us know if it works so we can close this issue?

Thanks a lot

@florian-wagner
Copy link
Member

@ev510
Copy link
Author

ev510 commented May 11, 2020 via email

@florian-wagner
Copy link
Member

Thank you Emily.

@Priyamomer
Copy link

Priyamomer commented Feb 18, 2021

It is very easy to install pygimli i was also having problems but the key steps of installation of pygimli in macos are:

  1. Open a terminal Mac OS and write:

conda create -n pg -c gimli -c conda-forge pygimli=1.1.0

2.Write the statement on mac terminal: conda activate pg
Now the step which took some for me to figure it out!!
3.How go to enivorment in anaconda
Screenshot 2021-02-18 at 7 29 36 AM
4. then click on it and you will see option as :
Screenshot 2021-02-18 at 7 29 44 AM
That's it now you can easily open the pygimli with the coding interface of your choice!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants