Code Monkey home page Code Monkey logo

Comments (3)

MarnixMeersman avatar MarnixMeersman commented on August 25, 2024

I am experiencing the same issue.
My setup:
Apple Silicon M1 ARM chip
Python 3.11
Conda-forge:osx-arm64

Error Message:
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • holopy

Current channels:

from holopy.

vnmanoharan avatar vnmanoharan commented on August 25, 2024

We do not yet have osx-arm64 builds, but this is planned for version 3.6. However, version 3.6 will only support Python 3.9 (to avoid breaking any current code that relies on HoloPy). Version 3.7 should include support for recent versions of Python.

from holopy.

samatwork85 avatar samatwork85 commented on August 25, 2024

I had the same problem, but I used this method to solve it. Now, I can use HoloPy.

Installation
Installation Check
Step 1: Check Your Current Python Version

python --version

Step 2: Create a New Conda Environment with the Desired Python Version

conda create --name myenv python=3.6.2
#HoloPy runs on perfectly on Python version 3.6.2

Proceed ([y]/n)
Type y

Step 3: Activate the New Environment

conda activate myenv_HoloPy

Use any of these two commands to install Jupyter

conda install jupyterlab.
conda install jupyter

If it takes a long time and the process is stuck at the solving environment step, uninstall the previously installed Anaconda or Jupyter version.

Launch Jupyter Notebook from your Conda environment; simply run the following command:

jupyter notebook
Installing Holopy
HoloPy runs on Python version 3.6.2. HoloPy is available on conda-forge, so you can install it within a shell, terminal, or command prompt:

conda install -c conda-forge holopy

The following packages will be SUPERSEDED y a higher-priority channel:
Certifi>>>

Proceed ([y]/n)?>>>> Type y

Install matplotlib

conda install -c conda-forge matplotlib

from holopy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.