Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

setup.py should work with "setup.py install" command #264

Open
lerrua opened this issue Feb 6, 2016 · 1 comment
Open

setup.py should work with "setup.py install" command #264

lerrua opened this issue Feb 6, 2016 · 1 comment
Labels

Comments

@lerrua
Copy link
Member

lerrua commented Feb 6, 2016

For now OpenMining has a bug inside install command and it works fine only if install with setup.py develop command because some static files were not installed.

@MORYis
Copy link

MORYis commented Aug 23, 2019

hi can you fix this problem?
python manage.py runserver

Traceback (most recent call last):
File "manage.py", line 24, in
from mining.bin.scheduler import scheduler_app
File "D:\Python27\Lib\site-packages\gevent\builtins.py", line 93, in import
result = import(*args, **kwargs)
File "C:\Users\Documents\Visual Studio 2012\Projects\PythonProject\mining\mining\bin\scheduler.py", line 13, in
log_it("START", "bin-scheduler")
File "C:\Users\Documents\Visual Studio 2012\Projects\PythonProject\mining\mining\utils_init
.py", line 50, in log_it
with open("/tmp/openmining-{}.log".format(name), "a") as log:IOError: [Errno 2] No such file or directory: '/tmp/openmining-bin-scheduler.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants