Closed felipeZ closed 6 years ago
When starting the mdstudio service, I got the following error:
11:20:59 $ ./start.sh Creating network "mdstudio_default" with the default driver Creating mdstudio_mongo_1 ... Creating mdstudio_redis_1 ... Creating mdstudio_mongo_1 Creating mdstudio_redis_1 ... done Creating mdstudio_crossbar_1 ... Creating mdstudio_crossbar_1 ... done 11:21:14 $ pipenv install --skip-lock --dev --sequential Installing dependencies from Pipfile… x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/home/felipe/.local/share/virtualenvs/MDStudio-8aeJ11CU/include/python3.5m -c src/twisted/test/raiser.c -o build/temp.linux-x86_64-3.5/src/twisted/test/raiser.o src/twisted/test/raiser.c:4:20: fatal error: Python.h: No such file or directory compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
This is an unsolved issue of Pipenv.
Shall we keep on using Pipenv?
Python headers were installed in Ubuntu
When starting the mdstudio service, I got the following error:
This is an unsolved issue of Pipenv.
Shall we keep on using Pipenv?