Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pserve config-dev.ini fails with missing module #113

Open
bhlevca opened this issue Mar 21, 2022 · 0 comments
Open

pserve config-dev.ini fails with missing module #113

bhlevca opened this issue Mar 21, 2022 · 0 comments

Comments

@bhlevca
Copy link

bhlevca commented Mar 21, 2022

pserve config-dev.ini


  File "c:\mecp\webgnome\pygnome\py_gnome\gnome\spill\substance.py", line 2, in <module>
    from backports.functools_lru_cache import lru_cache
ModuleNotFoundError: No module named 'backports'
(WebGnomeEnv)
Bogdan@High-Model MINGW64 /c/MECP/WebGnome/WebGnomeAPI


I fixed it below, but a dependency must be added in requirements.txt

I opened another issue for the missing requirements, I am only using pip as I don't like conda. Your comments refer to requirements.txt but they are all missing. I created them from the conda_requirements.txt so that I can work with pip only.

$ pip install backports-functools_lru_cache
Collecting backports-functools_lru_cache
  Downloading backports.functools_lru_cache-1.6.4-py2.py3-none-any.whl (5.9 kB)
Installing collected packages: backports-functools_lru_cache
Successfully installed backports-functools_lru_cache-1.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant