When trying to install octave in conda, I used this command provided in conda's website:
conda install -c conda-forge octave
But during the installation, this error occured:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:
- feature:/linux-64::__cuda==11.0=0
Your installed CUDA driver is: 11.0
If my understanding of the message is correct, it says that octave requires cuda driver of version 11.0, however I do have the version 11.0. What went wrong during the process?
Related
im trying to install lalsuite on conda https://github.com/conda-forge/lalsuite-feedstock
attempt 1 = conda-forge
(base) C:\Users\jack.flavell>conda install -c conda-forge lalsuite
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
Examining python=3.9: 100%|██████████████████████████████████████████████████████████████| 4/4 [00:01<00:00, 3.56it/s]- |failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
doesn't work + it states some packages aren't compatible but doesn't say which.
attempt 2 = messing with channels
(base) C:\Users\jack.flavell>conda config --add channels conda-forge
(base) C:\Users\jack.flavell>conda config --set channel_priority strict
(base) C:\Users\jack.flavell>conda install lalsuite
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.-
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Note that strict channel priority may have removed packages required for satisfiability.
result from 2 ,similar to 1.
attempt 3 = use conda forge as part of my create env command
(base) C:\Users\jack.flavell>conda create -n gwe3 -c conda-forge -c lalsuite
Collecting package metadata (current_repodata.json): done
Solving environment: done
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: lalsuite
channel url: https://conda.anaconda.org/lalsuite
error code: 404
You will need to adjust your conda configuration to proceed.
Use `conda config --show channels` to view your configuration's current state,
and use `conda config --show-sources` to view config file locations.
so i do what message said in attempt 3
(base) C:\Users\jack.flavell>conda config --show channels
channels:
- conda-forge
- defaults
and no idea what to do next...
any idea how to install lalsuite? please?
##########################
extra info
ive tried python 2.7, 3.6, 3.10
ive read about many compatibility issus with lalsuite. eg no pip version < 18.
And so below is information about my environment from conda. it seems within the parameters ive seen around.
package
build
bzip2-1.0.8
h8ffe710_4 149 KB conda-forge
ca-certificates-2022.9.24
h5b45459_0 189 KB conda-forge
libffi-3.4.2
h8ffe710_5 41 KB conda-forge
libsqlite-3.39.4
hcfcfb64_0 642 KB conda-forge
libzlib-1.2.12
hcfcfb64_4 71 KB conda-forge
openssl-3.0.5
hcfcfb64_2 7.8 MB conda-forge
pip-22.2.2
pyhd8ed1ab_0 1.5 MB conda-forge
python-3.10.6
hcf16a7b_0_cpython 16.5 MB conda-forge
setuptools-65.4.1
pyhd8ed1ab_0 776 KB conda-forge
tk-8.6.12
h8ffe710_0 3.5 MB conda-forge
tzdata-2022d
h191b570_0 118 KB conda-forge
ucrt-10.0.20348.0
h57928b3_0 1.2 MB conda-forge
vc-14.2
hac3ee0b_8 14 KB conda-forge
vs2015_runtime-14.29.30139
h890b9b1_8 1.2 MB conda-forge
wheel-0.37.1
pyhd8ed1ab_0 31 KB conda-forge
xz-5.2.6
h8d14728_0 213 KB conda-forge
##############
update
attempt 4
I thought using conda install -c "conda-forge/label/cf202003" lalsuite would point specifically to a version, and so shouldn't fail. I got the link from here https://anaconda.org/conda-forge/lalsuite
however the output I get is
(wge3) C:\Users\jack.flavell>conda install -c "conda-forge/label/cf202003" lalsuite
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Note that strict channel priority may have removed packages required for satisfiability.
conda search confirms the package is there...
(wge4) C:\Users\jack.flavell>conda search lalsuite
Loading channels: done
# Name Version Build Channel
lalsuite 6.57 py_1 conda-forge
lalsuite 6.60 py_0 conda-forge
................
why the bloody hell does this not work?
what does it want?
what more info might help answer
arrrrrgggghhhhh >:(
######## update 2
I was under the impression that anything on pypi can be downloaded with pip. like here https://pypi.org/project/lalsuite/.
Below is just in a regular cmd not using conda
C:\Users\jack.flavell>"C:\Users\jack.flavell\AppData\Local\Programs\Python\Python37\Scripts\pip.exe" install lalsuite
ERROR: Could not find a version that satisfies the requirement lalsuite (from versions: none)
ERROR: No matching distribution found for lalsuite
WARNING: You are using pip version 20.1.1; however, version 22.2.2 is available.
You should consider upgrading via the 'c:\users\jack.flavell\appdata\local\programs\python\python37\python.exe -m pip install --upgrade pip' command.
... apparently not ...
should things be available on pip if i find them on pypi?
turns out it doesnt work on windows,i need linux
Im relatively new to python world.
Im trying to install wxpython on several computers and it keeps failing.
I use anaconda version 4.9.2 and use the prompt command:
conda install -c anaconda wxpython
I get the following error message:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
I try updating python to latest version. I try a number of things. and still I get this pesky problem. What am I doing wrong?
Thanks!
Nothing wrong per se. Those messages are indicating that Conda can't install that package without changing the currently installed packages. Because the Anaconda distribution (!= Conda) has lots of packages this happens very frequently. Also, this particular package is not updated frequently and the anaconda channel doesn't even seem to keep pace with that.
In general, it is better practice is to create new environments for each project/task you have to work on, and only install the packages you require. Also, the conda-forge channel tends to be a more consistent provider for packages, but undergoes less interoperability testing and tuning than the Anaconda channel packages. That is, consider trying something like
conda create -n myenv -c conda-forge python=3.9 wxpython ...
where myenv is whatever you would like to refer to the environment as, and ... should be whatever other packages you know you would like to use.
I tried installing orthofinder like this:
conda install -c bioconda orthofinder
But it returns the following:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
What is going on?
I am using conda 4.9.2 installed using Homebrew.
I also tried with a newer version of conda and it gives the same error.
Got solved using the zsh shell. I have no idea why but it worked. If someone knows please let me know.
I am facing this issue in jenkins when i run bower install --allow-root. The build fails displaying the following error:
Failed to execute "git ls-remote --tags --heads
https://github.com/gabelerner/canvg.git
final build failure error displays as follows:
fatal: unable to access 'https://github.com/gabelerner/canvg.git/': Peer reports incompatible or unsupported protocol version
It shows the same error with different GIT file paths.
Previous error was :
Error fetching remote repo 'origin'
which we solved changing the SSH key.
If we remove bower install command from the build, the build is successful.
Any help would be appreciated.
This may be the reason to your problem:
Discontinue support for weak cryptographic standards
....As a result, GitHub is announcing the immediate deprecation, and
eventual disablement, of our use of the following cryptographic
standards:
TLSv1/TLSv1.1 - This applies to all HTTPS connections, including web,
API, and git connections to https://github.com and
https://api.github.com. diffie-hellman-group1-sha1 - This applies to
all SSH connections to github.com. diffie-hellman-group14-sha1 - This
applies to all SSH connections to github.com. All of the above will be
disabled on February 1, 2018.
so you need to upgrade to stronger ciphers.
I see that this solution helped others
github-unable-to-access-ssl-connect-error
yum update -y nss curl libcurl
I hope this helps
fatal: unable to access 'https://github.com/john/git-Training.git/': Peer reports incompatible or unsupported protocol version.
I upgraded to the newest cipher, the fatal error was gone.
[john#doe git-Training]$ sudo yum update -y nss curl libcurl
I have trouble installing PHP, MySQL and Apache2 using MacPorts. Currently my OS is Mavericks and i'm downloading the official binary package for mavericks (also tried compile from source and running selfupdate) but I got this error message:
---> Building readline
Error: org.macports.build for port readline returned: command execution failed
Error: Failed to install readline
Please see the log file for port readline for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_readline/readline/main.log
Error: The following dependencies were not installed: apache2 apr-util mysql5 readline tcp_wrappers sqlite3 libedit pcre bzip2 autoconf213 gawk xz m4 gsed libtool libxml2 mhash pkgconfig
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port php5 failed
How can I solve this?
Thanks
Can you please check the error message block within the log file:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_readline/readline/main.log
Also make sure xcode command line tools are installed.
FYI: I faced similar error in Mavericks. My case was:
opt is a different partition which is mounted in /Volumes/opt
/opt is a symbolic link to /Volumes/opt.
It has been solved after editing /opt/local/etc/macports/macports.conf by replacing /opt with /Volumes/opt. Note sure this can help your case.