You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): \
PackagesNotFoundError: The following packages are not available from current channels:
- cf2tf
Current channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/osx-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Please have default instructions to use virtual environments an isolated environment for Python projects. This means that each project can have its own dependencies, regardless of what dependencies every other project has. It's handy for large sized projects. Malicious packages are occasionally found on PyPI, the official third-party repository for software for the Python programming language. It is best to use a Python virtual environment to isolate packages that you install with pip/pip3. The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules. Virtual Python instances can also be created without root access.
The text was updated successfully, but these errors were encountered:
Would you mind getting this into Conda forge? (I like to complicate things ;)
See https://levelup.gitconnected.com/publishing-your-python-package-on-conda-and-conda-forge-309a405740cf
When I try the command now I'm seeing:
Please have default instructions to use virtual environments an isolated environment for Python projects. This means that each project can have its own dependencies, regardless of what dependencies every other project has. It's handy for large sized projects. Malicious packages are occasionally found on PyPI, the official third-party repository for software for the Python programming language. It is best to use a Python virtual environment to isolate packages that you install with pip/pip3. The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules. Virtual Python instances can also be created without root access.
The text was updated successfully, but these errors were encountered: