Nettuts-fetch package stopped working. I followed 'Reverting to a Freshly Installed State' and then started to install packages. I started with Nettuts-fetch and re-started Sublime on each package install. The Nettuts-fetch worked fine until I installed SFTP. I removed SFTP and Nettuts-fetch worked again.
EDIT:
Fetch:file - works as expected.
Fetch:Package - I can select a download location, the process stalls for a while, but does not show download animation processes (equals sign moving side to side), the download file is created with nothing inside and there is not a download complete confirmation.
Is there an error log file I can look for?
SUB EDIT:
"You can access the console by hitting Ctrl- `"
Fetch.sublime-settings:
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js"
},
"packages":
{
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"phpmailer": "https://github.com/Synchro/PHPMailer/archive/master.zip"
}
}
Console report after Fetch:
Exception in thread Thread-633:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./fetch/downloader.py", line 46, in run
File "./fetch/downloader.py", line 209, in download_package
AttributeError: 'URLError' object has no attribute 'code'
and
Exception in thread Thread-638:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./fetch/downloader.py", line 46, in run
File "./fetch/downloader.py", line 209, in download_package
AttributeError: 'URLError' object has no attribute 'code'
End EDIT
I presume there is a conflict between these two packages though I can not find anything relating to this on the Web? I do not know how to debug any further - help appreciated.
Thanks
Related
i tried to install opencv-python in my raspberry. i tried in many ways, including :
pip install opencv-python
but the process take so much time. (almost 2 hours untill now)
so i tried another way, which is installing from it's tar.gz file. i downloaded the tar.gz file, unarchive that, and run this command :
python setup.py install
with the result is error after 4 hours waiting. the error messages is :
Traceback (most recent call last):
File "setup.py", line 449, in <module>
main()
File "setup.py", line 249, in main
cmake_source_dir=cmake_source_dir,
File "/home/pi/lucky/test_krsbi/lib/python3.7/site-packages/skbuild/setuptools_wrap.py", line 625, in setup
cmake_source_dir, skbuild_kw['cmake_install_dir'])
File "setup.py", line 362, in _classify_installed_files_override
raise Exception("Not found: '%s'" % relpath_re)
Exception: Not found: 'python/cv2[^/]*\.cpython\-37m\-arm\-linux\-gnueabihf\.so'
can you guys help me? i tried many things before this problem happen. but now, i really stuck, no thing in the internet can help me
When I try to install Anaconda on Linux, I get to this point:
Anaconda3 will now be installed into this location:
/home/jorge/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/home/jorge/anaconda3] >>>
PREFIX=/home/jorge/anaconda3
Unpacking payload ...
Then I receive the following error message:
concurrent.futures.process._RemoteTraceback:
'''
Traceback (most recent call last):
File "concurrent/futures/process.py", line 367, in _queue_management_worker
File "multiprocessing/connection.py", line 251, in recv
TypeError: __init__() missing 1 required positional argument: 'msg'
'''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "entry_point.py", line 69, in <module>
File "concurrent/futures/process.py", line 483, in _chain_from_iterable_of_lists
File "concurrent/futures/_base.py", line 598, in result_iterator
File "concurrent/futures/_base.py", line 435, in result
File "concurrent/futures/_base.py", line 384, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[1770] Failed to execute script entry_point
What can I do? I was following all the instructions step by step
I had a similar problem where available storage (disk space) was only 1.2 GB. Please make sure that you have enough free storage space to install it. To check available space, type
df -h /home/
Did you verify the integrity of the installer's data? because it is a common error when downloading this corrupted or incomplete
since it is the previous step you have to do to make sure that the file is ok before executing the script.
This post helped me a lot for the first time I installed it.
https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart
I have installed a CKAN Instance and I have installed the ckanext-showcase module.
Although the installation didn't raise any errors and I was able to add a few showcases when some of my users that I had set as showcase administrators started adding showcases the module has stopped working.
The page {portal.url/showcase} can't be viewed unless I am connected as system administrator. When a user or even a showcase user tries to enter the page get's an internal server error.
From that point on when I am trying to create a new system administrator from console with the paster command (http://docs.ckan.org/en/latest/maintaining/getting-started.html#create-admin-user) I get the bellow message
Traceback (most recent call last):
File "/usr/lib/ckan/default/lib/python2.7/site.py", line 703, in
main()
File "/usr/lib/ckan/default/lib/python2.7/site.py", line 683, in main
paths_in_sys = addsitepackages(paths_in_sys)
File "/usr/lib/ckan/default/lib/python2.7/site.py", line 282, in addsitepackages
addsitedir(sitedir, known_paths)
File "/usr/lib/ckan/default/lib/python2.7/site.py", line 204, in addsitedir
addpackage(sitedir, name, known_paths)
File "/usr/lib/ckan/default/lib/python2.7/site.py", line 173, in addpackage
exec(line)
File "", line 1, in
KeyError: 'ckanext'
Because I don't have the ability to install the CKAN again right now, is there any suggestions on how I to fix this?
Any help would be greatly appreciated
After looking to my server error logs I found that the error wasn't caused by the plugin ckanext-showcase but from the module ckanext-datarequests.
The first part of my problem was connected to a server error coming at a 401 Unauthorized exception not being handled at version 1.0.2 of the plugin. As soon as I upgraded to the latest version 1.0.3 the error was fixed.
When I run bottle development server, I notice some warning showing up.
Can any one figure it out what exactly is the problem?
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.6/dist-packages/bottle-0.8.1-py2.6.egg/bottle.py", line 1406, in run
if path: files[path] = mtime(path)
File "/usr/local/lib/python2.6/dist-packages/bottle-0.8.1-py2.6.egg/bottle.py", line 1401, in <lambda>
mtime = lambda path: os.stat(path).st_mtime
OSError: [Errno 20] Not a directory: '/usr/local/lib/python2.6/dist-packages/github2-0.1.2-py2.6.egg/github2/issues.py'
This is a bug in bottle (solved in 0.8.2). The reloading feature checks for modified module files and is confused by paths that point into egg archives. Update to 0.8.2 or disable the reloading-feature to solve this.
I wrote program to control iTunes by monitoring keystrokes from with pyHooks and then interfaceing with the iTunes COM interface.
The program works fine, the only problem I have is when I try to compile it with py2exe. The program always crashes with this traceback:
Traceback (most recent call last):
File "threading.pyc", line 527, in __bootstrap_inner
File "iTunesControl.py", line 24, in run
File "win32com\client\gencache.pyc", line 540, in EnsureDispatch
File "win32com\client\CLSIDToClass.pyc", line 46, in GetClass
KeyError: '{9DD6680B-3EDC-40DB-A771-E6FE4832E34A}'
py2exe reports no errors...
The problem is probably that the py2exe version isn't able to access the cache of wrappers generated by win32com.
Here's a recipe for dealing with this problem.