scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

ImportError: No module named pipenv.project #221

Open junpet opened 6 years ago

junpet commented 6 years ago

Hey,

I've tried to install the wiki on my Raspberry PI following the Realms Wiki installation via Git. When I enter this command pipenv run python setup.py install, I got an error:

Traceback (most recent call last): File "setup.py", line 2, in <module> from pipenv.project import Project ImportError: No module named pipenv.project

Could you help me what could be the problem? I'm a beginner Linux user. By the way the development line is working (pipenv run python realms-wiki dev).

Thanks your help!

scragg0x commented 5 years ago

@junpet That is unfortunate and needs to be fixed. To get around it, you can run pipenv install --two --dev.