Форум программистов, компьютерный форум, киберфорум
Python: IDE, инструментарий
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
0 / 0 / 0
Регистрация: 29.03.2022
Сообщений: 41

Не могу установить sqlalchemy

22.12.2022, 15:25. Показов 2512. Ответов 0

Студворк — интернет-сервис помощи студентам
Доброго времени суток! Для некоторых задач мне требуется установить sqlalchemy, но все заканчивается ошибкой. ОС oracle linux server 7, python 3.6. Ставлю командой: pip3 install --user --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --proxy http://'логин':'пароль'@прокси:3131 sqlalchemy. Ошибка начинается с:
Code
1
error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Полный лог установки:
Кликните здесь для просмотра всего текста
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Collecting sqlalchemy
Downloading https://files.pythonhosted.org... x86_64.whl (1.6MB)
100% |████████████████████████████████| 1.6MB 6.1MB/s
Collecting greenlet!=0.4.17; python_version >= "3" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) (from sqlalchemy)
Downloading https://files.pythonhosted.org... 0.1.tar.gz (163kB)
100% |████████████████████████████████| 163kB 7.8MB/s
Requirement already satisfied: importlib-metadata; python_version < "3.8" in /root/.local/lib/python3.6/site-packages (from sqlalchemy)
Requirement already satisfied: zipp>=0.5 in /root/.local/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->sqlalchemy)
Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /root/.local/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->sqlalchemy)
Installing collected packages: greenlet, sqlalchemy
Running setup.py install for greenlet ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6kd9y331/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\ r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-z8ndfbx8-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
running install
/root/.local/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.6/greenlet
creating build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.6/greenlet/tests
creating build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/platform
running egg_info
writing src/greenlet.egg-info/PKG-INFO
writing dependency_links to src/greenlet.egg-info/dependency_links.txt
writing requirements to src/greenlet.egg-info/requires.txt
writing top-level names to src/greenlet.egg-info/top_level.txt
reading manifest file 'src/greenlet.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'benchmarks/*.json'
no previously-included directories found matching 'docs/_build'
warning: no files found matching '*.py' under directory 'appveyor'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '.coverage' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'LICENSE.PSF'
adding license file 'AUTHORS'
writing manifest file 'src/greenlet.egg-info/SOURCES.txt'
copying src/greenlet/greenlet.cpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.6/greenlet
copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.6/greenlet/tests
copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform
copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform
running build_ext
building 'greenlet._greenlet' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/src
creating build/temp.linux-x86_64-3.6/src/greenlet
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o
In file included from /usr/include/c++/4.8.2/cstdint:35:0,
from src/greenlet/greenlet_compiler_compat.hpp:63,
from src/greenlet/greenlet_internal.hpp:17,
from src/greenlet/greenlet.cpp:19:
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
In file included from src/greenlet/greenlet_greenlet.hpp:11:0,
from src/greenlet/greenlet_internal.hpp:20,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_refs.hpp:164:9: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat]
explicit PyObjectPointer(T* it=nullptr) : p(it)
^
src/greenlet/greenlet_refs.hpp:179:9: warning: identifier ‘noexcept’ is a keyword in C++11 [-Wc++0x-compat]
inline T* borrow() const G_NOEXCEPT
^
src/greenlet/greenlet_refs.hpp:179:28: error: expected ‘;’ at end of member declaration
inline T* borrow() const G_NOEXCEPT
^
src/greenlet/greenlet_refs.hpp:164:40: error: ‘nullptr’ was not declared in this scope
explicit PyObjectPointer(T* it=nullptr) : p(it)
^
In file included from src/greenlet/greenlet_internal.hpp:17:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_refs.hpp:263:86: note: in expansion of macro ‘G_NOEXCEPT’
inline bool operator==(const PyObjectPointer<T, TC>& lhs, const void* const rhs) G_NOEXCEPT
^
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:52:48: note: in expansion of macro ‘G_NOEXCEPT’
void operator>>(PyThreadState* tstate) G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:53:20: error: expected ‘;’ at end of member declaration
void clear() G_NOEXCEPT;
^
src/greenlet/greenlet_greenlet.hpp:606:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’
G_NO_COPIES_OF_CLS(MainGreenlet);
^
src/greenlet/greenlet_compiler_compat.hpp:80:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]
Cls& operator=(const Cls& other) = delete
^
src/greenlet/greenlet_greenlet.hpp:606:9: note: in expansion of macro ‘G_NO_COPIES_OF_CLS’
G_NO_COPIES_OF_CLS(MainGreenlet);
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:624:51: error: expected ‘;’ at end of member declaration
virtual bool was_running_in_dead_thread() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:17:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:624:57: note: in expansion of macro ‘G_NOEXCEPT’
virtual bool was_running_in_dead_thread() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:625:45: error: expected ‘;’ at end of member declaration
virtual ThreadState* thread_state() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:17:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:625:51: note: in expansion of macro ‘G_NOEXCEPT’
virtual ThreadState* thread_state() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:626:39: error: expected ‘;’ at end of member declaration
void thread_state(ThreadState*) G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:17:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:626:41: note: in expansion of macro ‘G_NOEXCEPT’
void thread_state(ThreadState*) G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:628:41: error: expected ‘;’ at end of member declaration
virtual BorrowedGreenlet self() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_internal.hpp:17:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: ‘noexcept’ does not name a type
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:628:47: note: in expansion of macro ‘G_NOEXCEPT’
virtual BorrowedGreenlet self() const G_NOEXCEPT;
^
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:694:68: note: in expansion of macro ‘G_NOEXCEPT’
void ExceptionState::operator<<(const PyThreadState *const tstate) G_NOEXCEPT
^
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:703:62: note: in expansion of macro ‘G_NOEXCEPT’
void ExceptionState::operator>>(PyThreadState *const tstate) G_NOEXCEPT
^
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:713:30: note: in expansion of macro ‘G_NOEXCEPT’
void ExceptionState::clear() G_NOEXCEPT
^
src/greenlet/greenlet_compiler_compat.hpp:66:20: error: expected initializer before ‘noexcept’
#define G_NOEXCEPT noexcept
^
src/greenlet/greenlet_greenlet.hpp:722:61: note: in expansion of macro ‘G_NOEXCEPT’
int ExceptionState::tp_traverse(visitproc visit, void* arg) G_NOEXCEPT
^
src/greenlet/greenlet.cpp:187:32: error: expected declaration before end of line
# pragma GCC diagnostic push
^
In file included from src/greenlet/greenlet_greenlet.hpp:11:0,
from src/greenlet/greenlet_internal.hpp:20,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_refs.hpp:65:9: warning: inline function ‘void greenlet::refs::MainGreenletExactChecker (void*)’ used but never defined [enabled by default]
MainGreenletExactChecker(void *p);
^
src/greenlet/greenlet_refs.hpp:179:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer<T, <anonymous> >::borrow() const [with T = _greenlet; void (* TC)(void*) = greenlet::refs::MainGreenletExactChecker]’ used but never defined [enabled by default]
inline T* borrow() const G_NOEXCEPT
^
src/greenlet/greenlet_refs.hpp:179:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer<T, <anonymous> >::borrow() const [with T = _object; void (* TC)(void*) = greenlet::refs::NoOpChecker]’ used but never defined [enabled by default]
src/greenlet/greenlet_refs.hpp:189:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer<T, <anonymous> >::operator->() const [with T = _object; void (* TC)(void*) = greenlet::refs::NoOpChecker]’ used but never defined [enabled by default]
inline T* operator->() const G_NOEXCEPT
^
In file included from src/greenlet/greenlet_internal.hpp:20:0,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_greenlet.hpp:209:21: warning: inline function ‘bool greenlet::StackState::started() const’ used but never defined [enabled by default]
inline bool started() const G_NOEXCEPT;
^
src/greenlet/greenlet_greenlet.hpp:211:21: warning: inline function ‘bool greenlet::StackState::active() const’ used but never defined [enabled by default]
inline bool active() const G_NOEXCEPT;
^
src/greenlet/greenlet_greenlet.hpp:210:21: warning: inline function ‘bool greenlet::StackState::main() const’ used but never defined [enabled by default]
inline bool main() const G_NOEXCEPT;
^
In file included from src/greenlet/greenlet_greenlet.hpp:11:0,
from src/greenlet/greenlet_internal.hpp:20,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_refs.hpp:179:19: warning: inline function ‘T* greenlet::refs::PyObjectPointer<T, <anonymous> >::borrow() const [with T = _greenlet; void (* TC)(void*) = greenlet::refs::GreenletChecker]’ used but never defined [enabled by default]
inline T* borrow() const G_NOEXCEPT
^
error: command 'gcc' failed with exit status 1

----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6kd9y331/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\ r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-z8ndfbx8-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-6kd9y331/greenlet/
Как включить, то что требуется в сообщении ума не приложу, все советы из гугла по установке разных библиотек и модулей не помогли.

Добавлено через 1 час 4 минуты
Установил наконец:
Code
1
yum install python36-greenlet-devel.x86_64
далее
Code
1
pip3 install SQLAlchemy-1.4.45-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Но времени потрачено на поиск решения установки одного модуля очень много Сейчас буду пробовать использовать этот модуль.
0
Programming
Эксперт
39485 / 9562 / 3019
Регистрация: 12.04.2006
Сообщений: 41,671
Блог
22.12.2022, 15:25
Ответы с готовыми решениями:

SQLAlchemy не могу сменить провайдера для БД
Здравствуйте, вроде все делаю правильно, но никак не получается сменить провайдера Файл config.py. Настройку пописал что использовать...

Не могу установить Windows из-за того,что не могу сделать выбор установки
Подскажите, я устанавливаю виндовс XP,с диска,на экране высвечивает загруска с диска С, ниже автоматическая загрузка с драйверами,ещё ниже...

не могу установить ос
Здравствуйте, как установить Windows 7, bios 0403 выглядит вот так ...

0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
inter-admin
Эксперт
29715 / 6470 / 2152
Регистрация: 06.03.2009
Сообщений: 28,500
Блог
22.12.2022, 15:25
Помогаю со студенческими работами здесь

Не могу установить
планшет archos 9 при попытке установки ХР зависает после загрузки драйверов(всякие SATA, RAID и прочее)до выбора диска, показывает черный...

Не могу установить VS
Добрый день! Не могу установить VS 2019, установочник зацикливается и все, т.е. качает какие то файлы, проверяет и опять по новой...

Не могу установить ОС
Доброе время суток! Такая проблема, пытаюсь переустановить Windows XP, загружаю ОС с диска, все прекрасно, выбираю раздел, создаю новую...

Не могу установить
Не могу установить Microsoft Visual Studio 2008 Professional Edition. Просит SP2. У меня стоит Windows XP SP3 и менять его, меня не...

Не могу установить ОС
Извините,я новичек тут у ваас).Проблематакая:собрал комп после нескольких падении,материнка своя была она целая,купил винт 80г для проверки...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
1
Ответ Создать тему
Новые блоги и статьи
Использование SDL3-callbacks вместо функции main() на Android, Desktop и WebAssembly
8Observer8 24.01.2026
Если вы откроете примеры для начинающих на официальном репозитории SDL3 в папке: examples, то вы увидите, что все примеры используют следующие четыре обязательные функции, а привычная функция main(). . .
моя боль
iceja 24.01.2026
Выложила интерполяцию кубическими сплайнами www. iceja. net REST сервисы временно не работают, только через Web. Написала за 56 рабочих часов этот сайт с нуля. При помощи perplexity. ai PRO , при. . .
Модель сукцессии микоризы
anaschu 24.01.2026
Решили писать научную статью с неким РОманом
http://iceja.net/ математические сервисы
iceja 20.01.2026
Обновила свой сайт http:/ / iceja. net/ , приделала Fast Fourier Transform экстраполяцию сигналов. Однако предсказывает далеко не каждый сигнал (см ограничения http:/ / iceja. net/ fourier/ docs ). Также. . .
http://iceja.net/ сервер решения полиномов
iceja 18.01.2026
Выкатила http:/ / iceja. net/ сервер решения полиномов (находит действительные корни полиномов методом Штурма). На сайте документация по API, но скажу прямо VPS слабенький и 200 000 полиномов. . .
Расчёт переходных процессов в цепи постоянного тока
igorrr37 16.01.2026
/ * Дана цепь(не выше 3-го порядка) постоянного тока с элементами R, L, C, k(ключ), U, E, J. Программа находит переходные токи и напряжения на элементах схемы классическим методом(1 и 2 з-ны. . .
Восстановить юзерскрипты Greasemonkey из бэкапа браузера
damix 15.01.2026
Если восстановить из бэкапа профиль Firefox после переустановки винды, то список юзерскриптов в Greasemonkey будет пустым. Но восстановить их можно так. Для этого понадобится консольная утилита. . .
Сукцессия микоризы: основная теория в виде двух уравнений.
anaschu 11.01.2026
https:/ / rutube. ru/ video/ 7a537f578d808e67a3c6fd818a44a5c4/
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru