这里,python[version='>=3.9'] 出现在错误信息中,表明some_package需要一个Python版本至少为3.9的环境,而你的当前环境是Python 3.8,因此这个包在你的环境中不可用。 conda不会自动更改Python的小版本号,除非用户明确指定: conda在解决环境依赖时,默认会尊重用户当前环境中的Python版本,并且不会自动升级到不同的...
conda install pytorch cudatoolkit=8.0 And that will get you a PyTorch compiled with CUDA 8, rather than something else. The CUDA driver provides a C API to query what maximum version of CUDA is supported by the driver, so a few months ago I wrote a self-contained Python function for ...
python version:3.12.4.final.0 solver:libmamba (default) virtual packages:__archspec=1=skylake __conda=24.5.0=0 __cuda=12.2=0 __win=0=0 base environment:**redacted**\micromamba-binary\envs\conda-lock-env (writable) conda av data dir:**redacted**\micromamba-binary\envs\conda-lock-...
(most recent call last): File "/home/jovyan/intel-xpu-backend-for-triton/.scripts_cache/intel-extension-for-pytorch/setup.py", line 1168, in <module> setup( File "/home/jovyan/.conda/envs/python-3.12/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup return ...
Hi, Is it a good idea to add that? Example name: IOOS3 dependencies: - python=3.6 - bagit - beautifulsoup4 # -c conda-forge PS: I know we can set that via channels: - conda-forge - XYZ but this is not really great if I want package "A" f...
glibc-2.35 Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (64-bit runtime) Python platform: Linux-4.18.0-240.el8.x86_64-x86_64-with-glibc2.35 Is CUDA available: True CUDA runtime version: 12.3.107 CUDA_MODULE_LOADING set to: LAZY GPU models and configuratio...
How you installed PyTorch (conda,pip,libtorch, source): Build command you used (if compiling from source): Are you using local sources or building from archives: Python version: 3.11 CUDA version: 12.1 GPU models and configuration: Any other relevant information: ...
To reactivate Anaconda and allow use of anaconda-navigator, run the following terminal command:$ conda activate(base) altered@tfbs:~$ conda deactivate\ The version of Python and Jupyter Notebook used by your system will be determined by these commands. For example: ...
like channels: - asmeurer Not to be confused with specifying channels on a package, which is conda/conda#988.
1 change: 1 addition & 0 deletions 1 environment.yml Original file line numberDiff line numberDiff line change @@ -2,6 +2,7 @@ name: example-environment channels: - conda-forge dependencies: - python=3.11 - numpy - psutil - toolz 0 comments on commit 28e6aee Please sign in to co...