You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
install on python 3.11 (earlier "pip install abcEconomics" failed with same error", I get:
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [3 lines of output] error in abcEconomics setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) numpy >= 1.10.2p ~~~~~~~~~^
When I remove the trailing "p" from "1.10.2p", and run:
pip install -e .
in the src directory, the installation works. Any ideas?
Cheers,
Andrew
The text was updated successfully, but these errors were encountered:
The upcoming release of Mesa 2.2.0 has an API has become similar to abcEconomics in expressivity, see projectmesa/mesa#1916 and projectmesa/mesa#1917. I am planning to gradually port the examples to Mesa as well.
Hi All,
When trying:
pip install -e 'git+https://github.com/AB-CE/abce.git#egg=abcEconomics'
install on python 3.11 (earlier "pip install abcEconomics" failed with same error", I get:
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [3 lines of output] error in abcEconomics setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) numpy >= 1.10.2p ~~~~~~~~~^
When I remove the trailing "p" from "1.10.2p", and run:
pip install -e .
in the src directory, the installation works. Any ideas?
Cheers,
Andrew
The text was updated successfully, but these errors were encountered: