archlinux

Why is the re module trying to import enum.IntFlag?

对着背影说爱祢 提交于 2020-01-02 07:03:20
问题 How is it possible that a core module is importing a non-existent name from another core module? Specifically, the re module importing enum.IntFlag Ways to Reproduce It can be reproduced by launching an interpreter and attempting the import, running a program that depends on enum.IntFlag such as pip , viewing the interpreter settings page in Eclipse, using the text editor, running the interactive console in PyDev, ... Directly importing from enum import IntFlag Traceback (most recent call

ArchLinux - 安装指南

偶尔善良 提交于 2019-12-30 11:57:13
Step 1 将镜像写入u盘 u盘从来不是唯一的选择,但多数人可能喜欢这么做。 我是在OS X上进行操作,如果你用的是windows,也许可以使用 Image Writer for Windows 或者 UltraISO 。 所以,先不提net booting,你可能需要一个iso... https://www.archlinux.org/download/ 会有适合你的下载方式。 你可能想用 dd Disk Duplicator(destroyer)将iso写到u盘里。 在这之前,如果你希望把 ,iso 变成 .img ,你可以打开终端,执行以下命令: hdiutil convert -format UDRW -o /path/to/target.img /path/to/arch.iso OS X会自动给你加上 .dmg ,相信这不会给你造成麻烦。 执行 diskutil list ,找到你的u盘,并unmount: diskutil unmountDisk /dev/diskN 好了,我们可以 dd 了 sudo dd if=/path/to/arch.img of=/dev/diskN bs=1m 如果 dd 提示/dev/diskN很忙,你需要确认这个设备已经unmount,注意不是eject。 如果一切顺利,现在可以将u盘eject了。 diskutil eject

Archlinux在Btrfs分区上的安装(bios篇)

大城市里の小女人 提交于 2019-12-30 11:56:57
其实本文所有的内容在Archwiki上都可以找到,并且更新更全面(只是比较零散),我所做的只是对安装流程做一个小小的总结,每一步我都会稍微解释一下,但不会说的特别详细,毕竟这只是一篇安装引导文,而不是Wiki。 首先显然是下载最新的archlinux安装镜像: 1,用浏览器打开archlinux源,比如mirrors.163.com,mirrors.ustc.edu.cn(这里以163为例):(url) http://mirrors.163.com/archlinux/ 可以看到,有个iso目录,这就是安装镜像所在的地址了。打开后里边是这个样子的: 其中latest目录下,是包含官方最新的archlive镜像,而archboot目录下,则是另一个版本的archboot镜像(以前的archlinux官方镜像,包含一个类似FreeBSD的图形化安装脚本哦,感兴趣的童鞋可以试试,感觉还是比较好用哦)。不多说了,还是进latest下载安装镜像(直接扔地址:) http://mirrors.163.com/archlinux/iso/latest/archlinux-2016.01.01-dual.iso (建还是自己进去下哦,说不定你看到本文时,2016年2月甚至2017年的镜像已经出了,建议下载最新的) 600多兆,时间比较漫长,我就先八一下怎么做安装USB,要是你用linux系统

archlinux初装记

亡梦爱人 提交于 2019-12-29 22:27:00
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 1. Grub + GPT + parted要显式第一个分区作为Grub的存储信息,这里没有考虑efi主板。 使用fdisk系列应该没有这个问题,它会隐含地不从0开始分区。但parted会从0开始分区,导致Grub没有空余的空间存储分区信息。 $ parted /dev/sda mklabel gpt $ parted /dev/sda mkpart primary 0% 2M $ parted /dev/sda set 1 bios_grub on 如果不是这样,grub在安装到硬盘时会失败。 然后你就可以给/分区划分一个十分大的空间,不需要区分home、boot等分区。另外再分一个作为swap分区就可以了。这样分区相对简单。 2.安装archlinux就像是安装lfs,你需要手动配置各种选项,手动启动各种服务,你会从中懂得很多底层的知识。但不像lfs,你不需要手动编译内核,而且你安装的软件都是最新的。 来源: oschina 链接: https://my.oschina.net/u/191928/blog/752355

archlinux cn源

别等时光非礼了梦想. 提交于 2019-12-24 23:59:26
[ archlinuxcn ] # The Chinese Arch Linux communities packages. # SigLevel = Optional TrustedOnly SigLevel = Optional TrustAll # 官方源 Server = http : // repo . archlinuxcn . org / $arch # 163源 Server = http : // mirrors . 163. com / archlinux - cn / $arch # 清华大学 Server = https : // mirrors . tuna . tsinghua . edu . cn / archlinuxcn / $arch 来源: CSDN 作者: 分子美食家 链接: https://blog.csdn.net/weixin_40083227/article/details/103690131

Virtualenvwrapper does not initialize after updating Python to 3.6

旧巷老猫 提交于 2019-12-24 07:57:43
问题 My OS (Arch Linux) recently updated Python from 3.5.2 to 3.6.0, now when running any terminal I get this message: /usr/bin/python: Error while finding module specification for 'virtualenvwrapper.hook_loader' (ModuleNotFoundError: No module named 'virtualenvwrapper') virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the module virtualenvwrapper.hook_loader, check that virtualenvwrapper has been installed for VIRTUALENVWRAPPER_PYTHON=/usr/bin

cryptopp foreign library dependency

天涯浪子 提交于 2019-12-23 21:13:06
问题 I tried to install happstack-server-tls package via cabal on Arch Linux (3.12.9), but got this error: Resolving dependencies... Configuring happstack-server-tls-7.1.0... Failed to install happstack-server-tls-7.1.0 Last 10 lines of the build log ( /home/boris/.cabal/logs/happstack-server-tls-7.1.0.log ): Configuring happstack-server-tls-7.1.0... /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) setup-Cabal-1.16.0-x86_64-linux-ghc-7.6.3: Missing dependency on a foreign

Python theano undefined symbol: _ZdlPvm error

♀尐吖头ヾ 提交于 2019-12-23 15:24:57
问题 I'm trying to execute this code: import matplotlib.pyplot as plt import numpy as np from keras.models import Sequential from keras.layers import Dense x = np.linspace(-3, 3, 1000).reshape(-1, 1) def f(x): return 2 * x + 5 f = np.vectorize(f) y = f(x) def baseline_model(): model = Sequential() model.add(Dense(1, input_dim=1, activation='linear')) model.compile(loss='mean_squared_error', optimizer='sgd') return model model = baseline_model() model.fit(x, y, nb_epoch=100, verbose = 0) But on

Archlinux pip and setuptools not upgraded

与世无争的帅哥 提交于 2019-12-23 14:58:12
问题 Terminal command : python -V output: Python 3.5.2 I'm trying pip and setuptools update on pycharm but this error occurred : Error :python packaging tool 'pip' not found. Proposed solution: Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/bin/python3.5'. Terminal command : which pip output: usr/bin/pip And I'm trying on terminal command : pacman -S(or -Syu,-Syy) python-pip or pacman -S(

Install boost devel on archlinux

南楼画角 提交于 2019-12-23 09:31:56
问题 I have a remote server configured on archlinux and I need to install the dev version of the boost libs in order to compile my program, more specifically <boost/asio.hpp> . I tried sudo pacman -S boost-libs and it installed something but not the devel files, I also tried sudo pacman -S boost-libs-dev and it didn't work. Thanks 回答1: $ pacman -Ss boost extra/boost 1.49.0-2 [installed] Free peer-reviewed portable C++ source libraries - Development extra/boost-libs 1.49.0-2 [installed] Free peer