memilio
memilio copied to clipboard
Install of memilio-simulation fails on windows
Bug description
pip install .
for memilio-simulation
fails on windows whole pip install -e .[dev]
passes. pip install .
on ubuntu passes.
Version
Windows
To reproduce
-
cd pycode/memilio-simulation
-
pip install .
Relevant log output
No response
Add any relevant information, e.g. used compiler, screenshots.
No response
Checklist
- [X] Attached labels, especially loc:: or model:: labels.
- [X] Linked to project
@xsaschako Could you have a try and look if you encounter the reason? I think you have set up a windows environment?!
Works for me on windows: I did: Pull main clean memilio-simulation from any artifacts i had python -m venv epi_venv .\epi_venv\Scripts\activate pip install --upgrade pip pip install scikit-build pip install .
Python 3.10.6 compiler: visual studio enterprise 2019 amd64
@xsaschako @mknaranja Attached you can find the error message when I try to install with Python 3.10.11 and VS fehler_pycode.txt
Alright, could you delete your virtual envorinment and all artifacts and follow the steps above? Apart from that i had the same error once and it worked after doing that. If it still doesn't work, could you please pip list
and tell me the installed package versions?