Installation issues #545
-
Hello! I am having much difficulty installing spectrochempy with anaconda. It says the packages are installed, yet the build is not opening when called. I followed all of the instructions on the installation guide. Any suggestions would be appreciated! I've attached some of the code below: (scpy_fix2) PS C:\Users\ChemeGrad2021> conda activate scpy_fix3
███████████████/ /██/ /██/ /██/ /████████████████████████
█████████████████████████████████████████████████████████████ Looking for: ['spectrochempy'] cantera/noarch 135.0 B @ 515.0 B/s 0.3s Pinned packages:
Transaction Prefix: C:\Users\ChemeGrad2021\anaconda3\envs\scpy_fix3 Updating specs:
Package Version Build Channel SizeInstall:
Summary: Install: 172 packages Total download: 654MB Confirm changes: [Y/n] y Downloading and Extracting Packages Preparing transaction: done C:\Users\ChemeGrad2021>if defined xml_catalog_files_libxslt (set XML_CATALOG_FILES= ) else (set XML_CATALOG_FILES= ) C:\Users\ChemeGrad2021>set xml_catalog_files_libxslt= C:\Users\ChemeGrad2021>set xml_catalog_files_libxslt= C:\Users\ChemeGrad2021>set XML_CATALOG_FILES=C:\Users\ChemeGrad2021\anaconda3\envs\scpy_fix3\etc\xml\catalog
███████████████/ /██/ /██/ /██/ /████████████████████████ pkgs/main/win-64 No change Pinned packages:ch Using cache
Transaction Prefix: C:\Users\ChemeGrad2021\anaconda3\envs\scpy_fix3 All requested packages already installed C:\Users\ChemeGrad2021>if defined xml_catalog_files_libxslt (set XML_CATALOG_FILES= ) else (set XML_CATALOG_FILES= ) C:\Users\ChemeGrad2021>set xml_catalog_files_libxslt= C:\Users\ChemeGrad2021>set xml_catalog_files_libxslt= C:\Users\ChemeGrad2021>set XML_CATALOG_FILES=C:\Users\ChemeGrad2021\anaconda3\envs\scpy_fix3\etc\xml\catalog
The 'from' keyword is not supported in this version of the language. (scpy_fix3) PS C:\Users\ChemeGrad2021> spectrochempy
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, To run python program, you can not do it directly in the the command terminal.
This open the python shell, where you can execute the import command OR you do, instead of ipython
(as explained in the documentation) ---- at least I think this can be your problem ! |
Beta Was this translation helpful? Give feedback.
Hi,
To run python program, you can not do it directly in the the command terminal.
First type the following command:
This open the python shell, where you can execute the import command
OR you do, instead of ipython
(as explained in the documentation)
---- at least I think this can be your problem !