-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSoT Installation failure #377
Comments
I'm getting a similar issue installing 1.4.6 on latest Centos7: nsot_config module not found. The last successful install of nsot for me was 1.4.4. I've tried with both python2 and python3. Any guidance? |
Either of you have any luck sorting this out? |
Jason, |
well.. after much googling I decided to "unloganify" NSoT and make it a
normal Django App.I just got it up and running. I'll probably start
another repo for just the app portion with instructions on how to get it
installed as part of a Django project. I'll keep you all posted if your
are interested.
Currently running it on Python 3.4 and Django 1.11.29. The next project is
to get Django up on 2.2 LTS which will be supported until 2022. Then start
working on bringing the front end up to date. Thennnnn add the
functionality that I want. Haha! Right now its time for a long weekend and
a couple beers!.
Have a good one!
-J
…On Thu, May 21, 2020 at 4:00 PM spatel221 ***@***.***> wrote:
Jason,
No luck at all at the moment. Would love some help on this. Willing to try
anything :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#377 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI5WURSFUE7F5KE5BOG66TRSWB6BANCNFSM4NBW6NAA>
.
|
Yes please Jason, I would like to be a part of your "Keep you posted" list. Thank you so much for responding to the concerns - look forward to your response (and the new repo when it is there). |
Hi Jason, Regards, |
Hey Jason, |
The same problem.
output
|
Hello - hope someone can help me. I followed the nsot installation guide for a CentOS machine, after first reading it through on nsot.readthedocs.io/en/latest/intsallation.html, found on the website. I was successfull up until the actual install of nsot and I came across the below errors. I am on CentOS-7:
[centos@nsot-test-centos-server ~]$ sudo pip install nsot
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting nsot
Downloading nsot-1.4.6.tar.gz (941 kB)
|████████████████████████████████| 941 kB 1.2 MB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l82_sW/nsot/setup.py'"'"'; file='"'"'/tmp/pip-install-l82_sW/nsot/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-rO4CuV
cwd: /tmp/pip-install-l82_sW/nsot/
Complete output (1 lines):
error in nsot setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Separately, I also tried install for python3 whereby I substituted pip with pip3 where necessary. That installation was successful on the latest version of NSoT and I was able to run nsot-server init and it cerated the config file, however, when trying to start nsot, it was throwing an exception, trying to look for a module that it could not find:
I am hoping this is something trivial and I am missing some steps somewhere or a mis-config of some sort
Regards,
Sandip
The text was updated successfully, but these errors were encountered: