Page 1 of 1

No module named 'polymer.polymer_main'

Posted: Tue Feb 13, 2024 6:46 pm
by Marea22
Hello,

I have installed polymer in anaconda. When trying to run a basic command line interface for Polymer, I get this error:

Code: Select all

import argparse
from polymer.main import run_atm_corr
from polymer.level1 import Level1
from polymer.level2 import Level2
ERROR:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\xaa1\polymer\polymer\main.py", line 16, in <module>
from polymer.polymer_main import PolymerMinimizer
ModuleNotFoundError: No module named 'polymer.polymer_main

Many thanks!

Re: No module named 'polymer.polymer_main'

Posted: Sat Feb 17, 2024 8:49 am
by sakvaka_env
  1. It seems that you haven't compiled Polymer like the installation manual (README.md) tells you to.
  2. Judging by the installation path, you're working on a Windows platform, but note that Polymer isn't compatible with Windows.