-
Notifications
You must be signed in to change notification settings - Fork 24
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 with conda on macOS does not work #93
Comments
One of my colleagues had the same issue on one of his Linux miniconda installation, but strangely not on the other. I also had similar issue when installing another local package. conda-build captures some dependencies during build, e.g. Python ABI, numpy. I used the conga-forge docker image to do CI/CD. Maybe you can try the miniforge if it can resolve the version correctly, https://github.com/conda-forge/miniforge. Another workaround I tried and worked, is to download the package and install it manually. |
I would suggest removing the conda instructions or at least label the approach as experimental because it obviously doesn't work for everyone. |
I noticed the last workflow failed due to the macOS conda build but the log is no longer available. https://github.com/paulscherrerinstitute/pcaspy/actions/runs/5761415742 |
I made a new release 0.8.1 which have conda packages for Python 2.7, 3.5-12. The doc explains the limited Python version support f596a60. The reason for conda picking 0.6.0 is that 0.6.0 conda packages were built in an early stage without pinning the Python version. Now I removed this release from paulscherrerinstitute conda channel. So in the future if a package cannot be found for a specific Python version, it should just raise an error. |
I'm trying to install pcaspy in a conda environment on a MacBook Pro. I created and activated the environment as shown here:
In the activated environment I ran the following command to install pcaspy:
Running conda list, the packages installed in the environment are shown below. I noticed the pcaspy version is listed as 0.6 in my conda environment but the version at https://anaconda.org/paulscherrerinstitute/pcaspy is 0.8.
In the conda environment, when I try to import pcaspy in a Python session, I get a module not found error as shown here:
Is there something else needed to install this package with conda?
The text was updated successfully, but these errors were encountered: