-
Notifications
You must be signed in to change notification settings - Fork 268
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
acitoolkit installation issue on window machine , need help #367
Comments
I am not able to reproduce this. Does this happen every time you try to install something with EasyInstall or just with acitoolkit? |
I have done even after enabling virtualenv still same error is coming C:\Users\Administrator>py -m venv env C:\Users\Administrator>.\env\Scripts\activate (env) C:\Users\Administrator>cd acitoolkit (env) C:\Users\Administrator\acitoolkit>python setup.py install Adding acitoolkit 0.4 to easy-install.pth file Installed c:\users\administrator\env\lib\site-packages\acitoolkit-0.4-py3.8.egg Installed c:\users\administrator\env\lib\site-packages\deepdiff-5.0.2-py3.8.egg Installed c:\users\administrator\env\lib\site-packages\ipaddress-1.0.23-py3.8.eg Installed c:\users\administrator\env\lib\site-packages\graphviz-0.14.1-py3.8.egg Searching for jsonschema Installed c:\users\administrator\env\lib\site-packages\jsonschema-3.2.0-py3.8.eg The package setup script has attempted to modify files on your system This package cannot be safely installed by EasyInstall, and may not (env) C:\Users\Administrator\acitoolkit>cd .. (env) C:\Users\Administrator>.../env/bin/python.exe (env) C:\Users\Administrator>/env/bin/python.exe (env) C:\Users\Administrator>env/bin/python.exe (env) C:\Users\Administrator>cd .../env/bin/python.exe what should I do looks like noone knows on GITHUB |
(env) C:\Users\Administrator\acitoolkit>python setup.py install Looks like it works. No need to do .../env/bin/python.exe |
I have run below commands
I am not able to install please help me what should I do.
""""Error at last which I am getting"""""""""""""""
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
C:\Users\Administrator\acitoolkit>
C:\Users\Administrator>git clone https://github.com/datacenter/acitoolkit.git
fatal: destination path 'acitoolkit' already exists and is not an empty director
y.
C:\Users\Administrator>
C:\Users\Administrator>git clone https://github.com/datacenter/acitoolkit.git
fatal: destination path 'acitoolkit' already exists and is not an empty director
y.
C:\Users\Administrator>git clone https://github.com/datacenter/acitoolkit.git
Cloning into 'acitoolkit'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 10057 (delta 12), reused 14 (delta 6), pack-reused 10032
Receiving objects: 100% (10057/10057), 15.40 MiB | 2.26 MiB/s, done.
Resolving deltas: 100% (6843/6843), done.
C:\Users\Administrator>python setup.py install
python: can't open file 'setup.py': [Errno 2] No such file or directory
C:\Users\Administrator>cd acitoolkit
C:\Users\Administrator\acitoolkit>python setup.py install
C:\Users\Administrator\AppData\Local\Programs\Python\Python38-32\lib\distutils\d
ist.py:274: UserWarning: Unknown distribution option: 'tests_requires'
warnings.warn(msg)
running install
running bdist_egg
running egg_info
creating acitoolkit.egg-info
writing acitoolkit.egg-info\PKG-INFO
writing dependency_links to acitoolkit.egg-info\dependency_links.txt
writing requirements to acitoolkit.egg-info\requires.txt
writing top-level names to acitoolkit.egg-info\top_level.txt
writing manifest file 'acitoolkit.egg-info\SOURCES.txt'
reading manifest file 'acitoolkit.egg-info\SOURCES.txt'
writing manifest file 'acitoolkit.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\acitoolkit
copying acitoolkit\acibaseobject.py -> build\lib\acitoolkit
copying acitoolkit\aciConcreteLib.py -> build\lib\acitoolkit
copying acitoolkit\acicounters.py -> build\lib\acitoolkit
copying acitoolkit\acifakeapic.py -> build\lib\acitoolkit
copying acitoolkit\aciFaults.py -> build\lib\acitoolkit
copying acitoolkit\aciHealthScore.py -> build\lib\acitoolkit
copying acitoolkit\aciphysobject.py -> build\lib\acitoolkit
copying acitoolkit\aciSearch.py -> build\lib\acitoolkit
copying acitoolkit\acisession.py -> build\lib\acitoolkit
copying acitoolkit\aciTable.py -> build\lib\acitoolkit
copying acitoolkit\acitoolkit.py -> build\lib\acitoolkit
copying acitoolkit\acitoolkitlib.py -> build\lib\acitoolkit
copying acitoolkit_about_.py -> build\lib\acitoolkit
copying acitoolkit_init_.py -> build\lib\acitoolkit
creating build\bdist.win32
creating build\bdist.win32\egg
creating build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\acibaseobject.py -> build\bdist.win32\egg\acitoolki
t
copying build\lib\acitoolkit\aciConcreteLib.py -> build\bdist.win32\egg\acitoolk
it
copying build\lib\acitoolkit\acicounters.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\acifakeapic.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\aciFaults.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\aciHealthScore.py -> build\bdist.win32\egg\acitoolk
it
copying build\lib\acitoolkit\aciphysobject.py -> build\bdist.win32\egg\acitoolki
t
copying build\lib\acitoolkit\aciSearch.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\acisession.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\aciTable.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\acitoolkit.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit\acitoolkitlib.py -> build\bdist.win32\egg\acitoolki
t
copying build\lib\acitoolkit_about_.py -> build\bdist.win32\egg\acitoolkit
copying build\lib\acitoolkit_init_.py -> build\bdist.win32\egg\acitoolkit
byte-compiling build\bdist.win32\egg\acitoolkit\acibaseobject.py to acibaseobjec
t.cpython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciConcreteLib.py to aciConcrete
Lib.cpython-38.pyc
build\bdist.win32\egg\acitoolkit\aciConcreteLib.py:1105: SyntaxWarning: "is" wit
h a literal. Did you mean "=="?
if self.attr['name'] is '':
byte-compiling build\bdist.win32\egg\acitoolkit\acicounters.py to acicounters.cp
ython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\acifakeapic.py to acifakeapic.cp
ython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciFaults.py to aciFaults.cpytho
n-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciHealthScore.py to aciHealthSc
ore.cpython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciphysobject.py to aciphysobjec
t.cpython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciSearch.py to aciSearch.cpytho
n-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\acisession.py to acisession.cpyt
hon-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\aciTable.py to aciTable.cpython-
38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit\acitoolkit.py to acitoolkit.cpyt
hon-38.pyc
build\bdist.win32\egg\acitoolkit\acitoolkit.py:5207: SyntaxWarning: "is not" wit
h a literal. Did you mean "!="?
if life_cycle is not '':
byte-compiling build\bdist.win32\egg\acitoolkit\acitoolkitlib.py to acitoolkitli
b.cpython-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit_about_.py to about.cpytho
n-38.pyc
byte-compiling build\bdist.win32\egg\acitoolkit_init_.py to init.cpython-
38.pyc
creating build\bdist.win32\egg\EGG-INFO
copying acitoolkit.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
copying acitoolkit.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
copying acitoolkit.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-IN
FO
copying acitoolkit.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO
copying acitoolkit.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist\acitoolkit-0.4-py3.8.egg' and adding 'build\bdist.win32\egg' to i
t
removing 'build\bdist.win32\egg' (and everything under it)
Processing acitoolkit-0.4-py3.8.egg
Removing c:\users\administrator\appdata\local\programs\python\python38-32\lib\si
te-packages\acitoolkit-0.4-py3.8.egg
Copying acitoolkit-0.4-py3.8.egg to c:\users\administrator\appdata\local\program
s\python\python38-32\lib\site-packages
acitoolkit 0.4 is already the active version in easy-install.pth
Installed c:\users\administrator\appdata\local\programs\python\python38-32\lib\s
ite-packages\acitoolkit-0.4-py3.8.egg
Processing dependencies for acitoolkit==0.4
Searching for py-radix
Reading https://pypi.org/simple/py-radix/
Downloading https://files.pythonhosted.org/packages/bf/4e/47d9e7f4dfd0630662e19d
2cc1b2f1d307ec52df11f4a66f6ed6f0cce138/py-radix-0.10.0.tar.gz#sha256=b8dbd1344bb
30c6a1097d4103203c7b117d92931620365985018de4bef5aede3
Best match: py-radix 0.10.0
Processing py-radix-0.10.0.tar.gz
Writing C:\Users\ADMINI
1\AppData\Local\Temp\easy_install-s9x9bxnm\py-radix-0.101\AppDa.0\setup.cfg
Running py-radix-0.10.0\setup.py -q bdist_egg --dist-dir C:\Users\ADMINI
ta\Local\Temp\easy_install-s9x9bxnm\py-radix-0.10.0\egg-dist-tmp-6gh0cnsv
error: Setup script exited with error: SandboxViolation: mkdir('C:\Users\ADMIN
I~1\AppData\Local\Temp\easy_install-s9x9bxnm\py-radix-0.10.0\build', 511)
{}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
C:\Users\Administrator\acitoolkit>
The text was updated successfully, but these errors were encountered: